You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/04/09 02:12:40 UTC

cvs commit: httpd-2.0/support/win32 ApacheMonitor.rc

wrowe       02/04/08 17:12:40

  Modified:    support/win32 ApacheMonitor.rc
  Log:
    Correct a simple typo
  
  Revision  Changes    Path
  1.11      +1 -1      httpd-2.0/support/win32/ApacheMonitor.rc
  
  Index: ApacheMonitor.rc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/win32/ApacheMonitor.rc,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApacheMonitor.rc	28 Dec 2001 16:40:31 -0000	1.10
  +++ ApacheMonitor.rc	9 Apr 2002 00:12:40 -0000	1.11
  @@ -55,7 +55,7 @@
   
   STRINGTABLE DISCARDABLE 
   BEGIN
  -    IDS_MSG_APPRUNNING      "Apache monitor is allready started"
  +    IDS_MSG_APPRUNNING      "Apache monitor is already started"
       IDS_MSG_ERROR           "Error"
       IDS_MSG_RUNNINGALL      "Running all Apache services"
       IDS_MSG_RUNNING         "Running %d from %d Apache services"