From 9b1c9c2c127c187aeead8937e0d5c410e8807ff2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 3 Oct 2014 02:01:20 +0000 Subject: tdb.c: fix a spelling error in rb_bug message Oops. --- ext/tdb/tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/tdb/tdb.c b/ext/tdb/tdb.c index 2419bef..ef2c11a 100644 --- a/ext/tdb/tdb.c +++ b/ext/tdb/tdb.c @@ -70,7 +70,7 @@ static void my_raise(struct tdb_context *tdb) exc = rb_hash_aref(exc_hash, INT2NUM(ecode)); } if (NIL_P(exc)) - rb_bug("no-existent exception: %s\n", str); + rb_bug("non-existent exception: %s\n", str); rb_raise(exc, "%s", str); } -- cgit v1.2.3-24-ge0c7