about summary refs log tree commit homepage
path: root/ext/tdb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tdb')
-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);
 }