]> granicus.if.org Git - apache/commitdiff
Oops, found another typo
authorBradley Nicholes <bnicholes@apache.org>
Tue, 11 Jun 2002 19:02:02 +0000 (19:02 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 11 Jun 2002 19:02:02 +0000 (19:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95614 13f79535-47bb-0310-9956-ffa450edef68

support/rotatelogs.c

index a0f909d36b1fdb4764e35dce3765be094bbaa0d2..65bf9212ddb9d6734ddc0e210df47237b3b76677 100644 (file)
@@ -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);
             }
         }