summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-06-11 19:02:02 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-06-11 19:02:02 +0000
commit00e4bee8a81a94d8e6f5a4a8520442a6062e9065 (patch)
treed14f5742b19e0dff5d266ee5e5b1ae95573f2590
parent738209f214133a1e242b00b68699ab904998adc6 (diff)
downloadhttpd-00e4bee8a81a94d8e6f5a4a8520442a6062e9065.tar.gz
Oops, found another typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95614 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--support/rotatelogs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/rotatelogs.c b/support/rotatelogs.c
index a0f909d36b..65bf9212dd 100644
--- a/support/rotatelogs.c
+++ b/support/rotatelogs.c
@@ -213,7 +213,7 @@ int main (int argc, const char * const argv[])
nWrite = strlen(errbuf);
apr_file_trunc(nLogFD, 0);
if (apr_file_write(nLogFD, errbuf, &nWrite) != APR_SUCCESS) {
- fprintf(stderr, "Error witing to the file %s\n", buf2);
+ fprintf(stderr, "Error writing to the file %s\n", buf2);
exit(2);
}
}