about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-10-03 02:01:20 +0000
committerEric Wong <normalperson@yhbt.net>2014-10-03 02:02:19 +0000
commit9b1c9c2c127c187aeead8937e0d5c410e8807ff2 (patch)
tree642a0cace58d920b3c37646ead17e95e45e6631a
parentcbbd977c444b6f1db2f771afd37175e259cd0e6a (diff)
downloadruby-tdb-9b1c9c2c127c187aeead8937e0d5c410e8807ff2.tar.gz
Oops.
-rw-r--r--ext/tdb/tdb.c2
1 files changed, 1 insertions, 1 deletions
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);
 }