From: William A. Rowe Jr Date: Tue, 9 Apr 2002 00:12:40 +0000 (+0000) Subject: Correct a simple typo X-Git-Tag: 2.0.36~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9464e18c00017ccd950b9a1d4b37ba693f89eaad;p=thirdparty%2Fapache%2Fhttpd.git Correct a simple typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94557 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/win32/ApacheMonitor.rc b/support/win32/ApacheMonitor.rc index 2219b6acb1e..c376ead3717 100644 --- a/support/win32/ApacheMonitor.rc +++ b/support/win32/ApacheMonitor.rc @@ -55,7 +55,7 @@ END 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"