diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-08-02 11:17:34 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-08-02 11:17:34 +0200 |
commit | abafe1bd9091df7130c0f8f8c15458f9f96ac09a (patch) | |
tree | b549a494f7119d136906474ace4f6746e603bfdf /include/http_protocol.h | |
parent | bad header info: ap_rflush does not return the number of bytes flushed, it re... (diff) | |
download | apache2-abafe1bd9091df7130c0f8f8c15458f9f96ac09a.tar.xz apache2-abafe1bd9091df7130c0f8f8c15458f9f96ac09a.zip |
Typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | include/http_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_protocol.h b/include/http_protocol.h index 1885ff025f..fd95379daa 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); |