]> granicus.if.org Git - apache/commitdiff
Fixing a typo
authorBradley Nicholes <bnicholes@apache.org>
Tue, 11 Jun 2002 18:55:37 +0000 (18:55 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 11 Jun 2002 18:55:37 +0000 (18:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95613 13f79535-47bb-0310-9956-ffa450edef68

support/rotatelogs.c

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