diff options
Diffstat (limited to 'tests/osistest.cpp')
-rw-r--r-- | tests/osistest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/osistest.cpp b/tests/osistest.cpp index 210f749..cfc09bb 100644 --- a/tests/osistest.cpp +++ b/tests/osistest.cpp @@ -2,7 +2,7 @@ * * osistest.cpp - * - * $Id: osistest.cpp 2833 2013-06-29 06:40:28Z chrislit $ + * $Id: osistest.cpp 3185 2014-04-17 04:32:00Z greg.hellings $ * * Copyright 20122013 CrossWire Bible Society (http://www.crosswire.org) * CrossWire Bible Society @@ -69,7 +69,7 @@ int main(int argc, char **argv) { SWModule *module = library.getModule(argv[1]); if (!module) { - cerr << "\nCouldn't file modules: " << argv[1] << "\n" << endl; + cerr << "\nCouldn't find module: " << argv[1] << "\n" << endl; exit(-2); } |