diff options
author | jerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68> | 2002-03-02 22:16:13 +0000 |
---|---|---|
committer | jerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68> | 2002-03-02 22:16:13 +0000 |
commit | a52a206ce1be075d0fc95634135d301bef66bc02 (patch) | |
tree | 04af31e88fbfb3e71a8676dde59e61267724424e | |
parent | ff5e63cd3137c0e9dbcc6fc750cac57042c39dc4 (diff) | |
download | libapr-a52a206ce1be075d0fc95634135d301bef66bc02.tar.gz |
Spelling police.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63077 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | include/apr_general.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_general.h b/include/apr_general.h index 85b0011a1..7ec188d07 100644 --- a/include/apr_general.h +++ b/include/apr_general.h @@ -159,7 +159,7 @@ int strncasecmp(const char *a, const char *b, size_t n); #endif /** - * Allignment macros + * Alignment macros */ /* APR_ALIGN() is only to be used to align on a power of 2 boundary */ |