Skip to content

Commit 4dfadfd

Browse files
author
Bradley Nicholes
committed
Oops, found another typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95614 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1350a83 commit 4dfadfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/rotatelogs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ int main (int argc, const char * const argv[])
213213
nWrite = strlen(errbuf);
214214
apr_file_trunc(nLogFD, 0);
215215
if (apr_file_write(nLogFD, errbuf, &nWrite) != APR_SUCCESS) {
216-
fprintf(stderr, "Error witing to the file %s\n", buf2);
216+
fprintf(stderr, "Error writing to the file %s\n", buf2);
217217
exit(2);
218218
}
219219
}

0 commit comments

Comments
 (0)