]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix a spelling error in a comment
authorJeff Trawick <trawick@apache.org>
Thu, 23 May 2002 12:20:56 +0000 (12:20 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 23 May 2002 12:20:56 +0000 (12:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95236 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index 880b7fd57e4af05303cd95e84786d9fce783984a..49a85f94d37e09deaadf7b3c1d76daff95d8a33f 100644 (file)
@@ -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);