diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-08-02 09:17:34 +0000 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-08-02 09:17:34 +0000 |
commit | abafe1bd9091df7130c0f8f8c15458f9f96ac09a (patch) | |
tree | b549a494f7119d136906474ace4f6746e603bfdf /include/http_protocol.h | |
parent | 63ebd9031abf5eaf82523f9f09ea13bbbbd0b6a8 (diff) | |
download | httpd-abafe1bd9091df7130c0f8f8c15458f9f96ac09a.tar.gz |
Typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1368396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_protocol.h')
-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); |