From: Daniel Gruno Date: Thu, 2 Aug 2012 09:17:34 +0000 (+0000) Subject: Typo fix X-Git-Tag: 2.5.0-alpha~6528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abafe1bd9091df7130c0f8f8c15458f9f96ac09a;p=thirdparty%2Fapache%2Fhttpd.git Typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368396 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index 1885ff025ff..fd95379daa4 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -379,7 +379,7 @@ AP_DECLARE_NONSTD(int) ap_rprintf(request_rec *r, const char *fmt,...) /** * Flush all of the data for the current request to the client * @param r The current request - * @return 0 on success, -1 if an error occured + * @return 0 on success, -1 if an error occurred */ AP_DECLARE(int) ap_rflush(request_rec *r);