diff options
| author | David Bremner <david@tethera.net> | 2015-04-08 23:31:43 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-04-08 23:43:55 +0900 |
| commit | 2e9ecb611a7f698808add756b2ddcbdfcd8b7c8b (patch) | |
| tree | f5571391db8dfdc26581198d838dc18e62c141e0 /test/symbol-test.cc | |
| parent | 6518f0d2bc40957802904c6236b04510b9bfb9f6 (diff) | |
test: be consistent about spelling `nonexistent'
Apparently most of the misspellings are my fault.
Diffstat (limited to 'test/symbol-test.cc')
| -rw-r--r-- | test/symbol-test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/symbol-test.cc b/test/symbol-test.cc index d979f832..f17ddc85 100644 --- a/test/symbol-test.cc +++ b/test/symbol-test.cc @@ -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; |
