Commit 1350a83f authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Fixing a typo


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95613 13f79535-47bb-0310-9956-ffa450edef68
parent dc132ab2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
                    }
                }