summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2004-12-10 11:20:33 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2004-12-10 11:20:33 +0000
commit54f5bff5ad6b8310fe98e6d3832ce70aca69934d (patch)
treec9a4bc2153649e7b07a008a2cb26948a43c90429
parent278e2eaa8d4d729bfdab45bcea9fab8d7b920e23 (diff)
downloadlibapr-54f5bff5ad6b8310fe98e6d3832ce70aca69934d.tar.gz
fix typo
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111496 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5361fe6ae..20746e530 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
Changes for APR 1.1.0
- *( rename the apr_file_permissions defines (APR_UREAD,
+ *) rename the apr_file_permissions defines (APR_UREAD,
APR_UWRITE, etc.) to have prefix APR_FPROT_ (keeping the
old defines) [Stas]