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 2023/03/02 19:50:12 UTC

svn commit: r1907993 - /httpd/httpd/trunk/support/rotatelogs.c

Author: jailletc36
Date: Thu Mar  2 19:50:12 2023
New Revision: 1907993

URL: http://svn.apache.org/viewvc?rev=1907993&view=rev
Log:
s/to to/to/

[skip ci]

Modified:
    httpd/httpd/trunk/support/rotatelogs.c

Modified: httpd/httpd/trunk/support/rotatelogs.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/rotatelogs.c?rev=1907993&r1=1907992&r2=1907993&view=diff
==============================================================================
--- httpd/httpd/trunk/support/rotatelogs.c (original)
+++ httpd/httpd/trunk/support/rotatelogs.c Thu Mar  2 19:50:12 2023
@@ -486,7 +486,7 @@ static void doRotate(rotate_config_t *co
         /* New log file is now 'current'. */
         status->current = newlog;
 
-        /* The first write to to the initial file hasn't checked for size
+        /* The first write to the initial file hasn't checked for size.
          * In the normalized timestamp case and the custom strftime case with
          * any reasonable accuracy, it's futile as the rotation will pick the
          * same filename again.