[sword-svn] r3151 - trunk/tests
scribe at crosswire.org
scribe at crosswire.org
Sun Apr 13 16:35:17 MST 2014
Author: scribe
Date: 2014-04-13 16:35:17 -0700 (Sun, 13 Apr 2014)
New Revision: 3151
Modified:
trunk/tests/osistest.cpp
Log:
Fixed silly type is error message
Modified: trunk/tests/osistest.cpp
===================================================================
--- trunk/tests/osistest.cpp 2014-04-13 23:12:30 UTC (rev 3150)
+++ trunk/tests/osistest.cpp 2014-04-13 23:35:17 UTC (rev 3151)
@@ -69,7 +69,7 @@
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);
}
More information about the sword-cvs
mailing list