[sword-svn] r3185 - in branches/sword-1-7-x: . tests

greg.hellings at crosswire.org greg.hellings at crosswire.org
Wed Apr 16 21:32:01 MST 2014


Author: greg.hellings
Date: 2014-04-16 21:32:00 -0700 (Wed, 16 Apr 2014)
New Revision: 3185

Modified:
   branches/sword-1-7-x/
   branches/sword-1-7-x/tests/osistest.cpp
Log:
Merging r3151 - fixed typo



Property changes on: branches/sword-1-7-x
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:2989-2991,2997,3001-3004,3006,3010-3013,3015-3020,3026-3039,3045-3046,3048,3056,3058-3062,3067,3073,3077-3081,3085-3086,3091,3094,3097-3099,3102,3104,3106-3108,3110,3115,3118-3121,3126-3127,3131-3135,3140,3144
   + /trunk:2989-2991,2997,3001-3004,3006,3010-3013,3015-3020,3026-3039,3045-3046,3048,3056,3058-3062,3067,3073,3077-3081,3085-3086,3091,3094,3097-3099,3102,3104,3106-3108,3110,3115,3118-3121,3126-3127,3131-3135,3140,3144,3151

Modified: branches/sword-1-7-x/tests/osistest.cpp
===================================================================
--- branches/sword-1-7-x/tests/osistest.cpp	2014-04-17 04:30:54 UTC (rev 3184)
+++ branches/sword-1-7-x/tests/osistest.cpp	2014-04-17 04:32:00 UTC (rev 3185)
@@ -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