]> granicus.if.org Git - apache/commitdiff
Typo
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 7 Jun 2014 04:57:44 +0000 (04:57 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 7 Jun 2014 04:57:44 +0000 (04:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601058 13f79535-47bb-0310-9956-ffa450edef68

server/util_time.c

index 4e8794d19a4754399e65c8e6a1145d21273f2b38..995716b318f55bcdf828fa7d7f852097d5ab85b1 100644 (file)
@@ -308,7 +308,7 @@ AP_DECLARE(apr_status_t) ap_recent_rfc822_date(char *date_str, apr_time_t t)
 }
 
 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.
      *