- Timestamp:
- Nov 21, 2004, 11:47:06 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cppbase/bs_config.cpp
r254 r267 785 785 { 786 786 if (pLogFile) 787 pLogFile->Write("Error %d occur ed writing CONFIG.SYS back to disk",787 pLogFile->Write("Error %d occurred writing CONFIG.SYS back to disk", 788 788 arc); 789 789 … … 1076 1076 { 1077 1077 if (pLogFile) 1078 pLogFile->Write("An error occur ed deregistering WPS class \"%s\"",1078 pLogFile->Write("An error occurred deregistering WPS class \"%s\"", 1079 1079 pcszClassName); 1080 1080 … … 1267 1267 { 1268 1268 if (pLogFile) 1269 pLogFile->Write("An error occur ed replacing WPS class \"%s\" with \"%s\"",1269 pLogFile->Write("An error occurred replacing WPS class \"%s\" with \"%s\"", 1270 1270 pcszOldClassName, 1271 1271 pcszNewClassName);
Note:
See TracChangeset
for help on using the changeset viewer.