diff options
author | brane <brane@13f79535-47bb-0310-9956-ffa450edef68> | 2003-09-23 22:28:52 +0000 |
---|---|---|
committer | brane <brane@13f79535-47bb-0310-9956-ffa450edef68> | 2003-09-23 22:28:52 +0000 |
commit | 550054941ed363d731770939a658a4548d4c73ec (patch) | |
tree | 498609223dec3ccae065ac383b4cc8cf48e13bd9 /include/apr_errno.h | |
parent | 41cc83354e4ebea310a2d6ccd7909727584e0c32 (diff) | |
download | libapr-550054941ed363d731770939a658a4548d4c73ec.tar.gz |
Fixed my own typo from way back when.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_errno.h')
-rw-r--r-- | include/apr_errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_errno.h b/include/apr_errno.h index ca7ecddb9..a4f22fb70 100644 --- a/include/apr_errno.h +++ b/include/apr_errno.h @@ -314,7 +314,7 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf, * @warning For any particular error condition, more than one of these tests * may match. This is because platform-specific error codes may not * always match the semantics of the POSIX codes these tests (and the - * correcponding APR error codes) are named after. A notable example + * corresponding APR error codes) are named after. A notable example * are the APR_STATUS_IS_ENOENT and APR_STATUS_IS_ENOTDIR tests on * Win32 platforms. The programmer should always be aware of this and * adjust the order of the tests accordingly. |