summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-05-30 02:34:59 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-05-30 02:34:59 +0000
commitf570e05b92080bfe800b973d7d975697c4dec90c (patch)
treea9d244697bef8ad6abb759c67fb5b58dd8ac4f3a
parent602370d4a03bcb4e3d4b1fa4e712ba392e342551 (diff)
downloadlibapr-f570e05b92080bfe800b973d7d975697c4dec90c.tar.gz
Fix a small typo in a comment.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60118 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_errno.h b/include/apr_errno.h
index cd59dfa79..c93efa22c 100644
--- a/include/apr_errno.h
+++ b/include/apr_errno.h
@@ -128,7 +128,7 @@ int ap_canonical_error(ap_status_t err);
#define APR_FILEBASED (APR_OS_START_STATUS + 20)
#define APR_KEYBASED (APR_OS_START_STATUS + 21)
-/* A simple value to be used to initialze a status variable. */
+/* A simple value to be used to initialize a status variable. */
#define APR_EINIT (APR_OS_START_STATUS + 22)
/* Not implemented either because we haven't gotten to it yet, or