]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo fix
authorDaniel Gruno <humbedooh@apache.org>
Thu, 2 Aug 2012 09:17:34 +0000 (09:17 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 2 Aug 2012 09:17:34 +0000 (09:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368396 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 1885ff025ff00c65321978b77960f8c16fe430a2..fd95379daa40d52dcbed14faae614e259d0cad4f 100644 (file)
@@ -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);