From 5bbdfed25a138c1972d7b90edd6dee2230636d1a Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 23 May 2002 12:20:56 +0000 Subject: [PATCH] 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 --- server/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3