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 2013/12/15 10:22:16 UTC

svn propchange: r1551005 - svn:log

Author: jailletc36
Revision: 1551005
Modified property: svn:log

Modified: svn:log at Sun Dec 15 09:22:16 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Dec 15 09:22:16 2013
@@ -1,4 +1,4 @@
-'ap_getword_conf' does not return NULL but an empty string if nothing could be gotten.
+'ap_getword_conf' does not return NULL but an empty string if nothing could be got.
 So the message 02173 can never trigger.
 
 Actually, this is not a problem because all calls to 'ap_unixd_set_rlimit' are done in configuration parsing functions guarded with AP_INIT_TAKE12, so we are guaranteed to have something.