You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/06/07 06:57:45 UTC

svn commit: r1601058 - /httpd/httpd/trunk/server/util_time.c

Author: jailletc36
Date: Sat Jun  7 04:57:44 2014
New Revision: 1601058

URL: http://svn.apache.org/r1601058
Log:
Typo

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

Modified: httpd/httpd/trunk/server/util_time.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_time.c?rev=1601058&r1=1601057&r2=1601058&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_time.c (original)
+++ httpd/httpd/trunk/server/util_time.c Sat Jun  7 04:57:44 2014
@@ -308,7 +308,7 @@ AP_DECLARE(apr_status_t) ap_recent_rfc82
 }
 
 AP_DECLARE(void) ap_force_set_tz(apr_pool_t *p) {
-    /* If the TZ variable is unset, many operationg systems,
+    /* If the TZ variable is unset, many operating systems,
      * such as Linux, will at runtime read from /etc/localtime
      * and call fstat on it.
      *