]> git.notmuchmail.org Git - notmuch/blobdiff - test/symbol-test.cc
test: be consistent about spelling `nonexistent'
[notmuch] / test / symbol-test.cc
index d979f832cb599fdc69b8ef33cf8e63d40f3ee7cc..f17ddc854c720eb79749f8c4d5428fc5a13ce19b 100644 (file)
@@ -15,7 +15,7 @@ int main() {
       }
 
   try {
-    (void) new Xapian::WritableDatabase("./nonexistant", Xapian::DB_OPEN);
+    (void) new Xapian::WritableDatabase("./nonexistent", Xapian::DB_OPEN);
   } catch (const Xapian::Error &error) {
     printf("caught %s\n", error.get_msg().c_str());
     return 0;