From 738209f214133a1e242b00b68699ab904998adc6 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 11 Jun 2002 18:55:37 +0000 Subject: [PATCH] Fixing a typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95613 13f79535-47bb-0310-9956-ffa450edef68 --- support/rotatelogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/rotatelogs.c b/support/rotatelogs.c index 559406caa3..a0f909d36b 100644 --- a/support/rotatelogs.c +++ b/support/rotatelogs.c @@ -190,7 +190,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); } } -- 2.40.0