You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by po...@apache.org on 2009/09/29 19:32:17 UTC

svn commit: r820038 - /httpd/httpd/trunk/server/util.c

Author: poirier
Date: Tue Sep 29 17:32:17 2009
New Revision: 820038

URL: http://svn.apache.org/viewvc?rev=820038&view=rev
Log:
Spelling fix in comment.

Modified:
    httpd/httpd/trunk/server/util.c

Modified: httpd/httpd/trunk/server/util.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util.c?rev=820038&r1=820037&r2=820038&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util.c (original)
+++ httpd/httpd/trunk/server/util.c Tue Sep 29 17:32:17 2009
@@ -2203,7 +2203,7 @@
         break;
     case 'm':
         switch (*(++time_str)) {
-        /* Time is in miliseconds */
+        /* Time is in milliseconds */
         case 's':
             *timeout = (apr_interval_time_t) tout * 1000;
             break;