Changeset 267 for trunk/src


Ignore:
Timestamp:
Nov 21, 2004, 11:47:06 PM (21 years ago)
Author:
pr
Message:

Fixed spelling errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cppbase/bs_config.cpp

    r254 r267  
    785785        {
    786786            if (pLogFile)
    787                 pLogFile->Write("Error %d occured writing CONFIG.SYS back to disk",
     787                pLogFile->Write("Error %d occurred writing CONFIG.SYS back to disk",
    788788                                arc);
    789789
     
    10761076    {
    10771077        if (pLogFile)
    1078             pLogFile->Write("An error occured deregistering WPS class \"%s\"",
     1078            pLogFile->Write("An error occurred deregistering WPS class \"%s\"",
    10791079                            pcszClassName);
    10801080
     
    12671267    {
    12681268        if (pLogFile)
    1269             pLogFile->Write("An error occured replacing WPS class \"%s\" with \"%s\"",
     1269            pLogFile->Write("An error occurred replacing WPS class \"%s\" with \"%s\"",
    12701270                            pcszOldClassName,
    12711271                            pcszNewClassName);
Note: See TracChangeset for help on using the changeset viewer.