summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2023-03-02 19:50:12 +0000
committerChristophe Jaillet <jailletc36@apache.org>2023-03-02 19:50:12 +0000
commitd7ac6428dbdcdf7684f2e928fc55cbea1ad56848 (patch)
treeb40b8ecde184c7ee27a0db84fe406dfa638341a8 /support
parentdffd4ae216042a6b2de1f8325c6af8664d89aa22 (diff)
downloadhttpd-d7ac6428dbdcdf7684f2e928fc55cbea1ad56848.tar.gz
s/to to/to/
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907993 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/rotatelogs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/rotatelogs.c b/support/rotatelogs.c
index fb48ae789c..146715b3ac 100644
--- a/support/rotatelogs.c
+++ b/support/rotatelogs.c
@@ -486,7 +486,7 @@ static void doRotate(rotate_config_t *config, rotate_status_t *status)
/* 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.