git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2014-06-07 04:57:44 +00:00
parent e91b9104df
commit 81075f3942

View 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.
*