From: Jeff Trawick Date: Thu, 23 May 2002 12:20:56 +0000 (+0000) Subject: fix a spelling error in a comment X-Git-Tag: 2.0.37~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f51fa6313856aaf377c246260fba218493749d;p=thirdparty%2Fapache%2Fhttpd.git fix a spelling error in a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95236 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index 880b7fd57e4..49a85f94d37 100644 --- a/server/main.c +++ b/server/main.c @@ -405,7 +405,7 @@ int main(int argc, const char * const argv[]) module **mod; const char *optarg; - AP_MONCONTROL(0); /* turn of profiling of startup */ + AP_MONCONTROL(0); /* turn off profiling of startup */ apr_app_initialize(&argc, &argv, NULL);