From: Daniel Earl Poirier Date: Tue, 29 Sep 2009 17:32:17 +0000 (+0000) Subject: Spelling fix in comment. X-Git-Tag: 2.3.3~246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea1cc8ece9566f3101fc093bce54853e438333b8;p=apache Spelling fix in comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@820038 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util.c b/server/util.c index d476e54dbb..729c754baa 100644 --- a/server/util.c +++ b/server/util.c @@ -2203,7 +2203,7 @@ AP_DECLARE(apr_status_t) ap_timeout_parameter_parse( break; case 'm': switch (*(++time_str)) { - /* Time is in miliseconds */ + /* Time is in milliseconds */ case 's': *timeout = (apr_interval_time_t) tout * 1000; break;