summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-11 02:49:17 +0000
committerRyan Bloom <rbb@apache.org>2001-02-11 02:49:17 +0000
commita2aab3b34f29db185103f409097b9e058feb071e (patch)
treec4464d99fc67f38973e5df1105b31ddaf1fcf911 /docs
parent710505a26805759e8baccd2a6406399b05e004e4 (diff)
downloadapr-a2aab3b34f29db185103f409097b9e058feb071e.tar.gz
Fix a simple typo.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/non_apr_programs2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/non_apr_programs b/docs/non_apr_programs
index 47b7d8ec6..5003a8bd5 100644
--- a/docs/non_apr_programs
+++ b/docs/non_apr_programs
@@ -6,7 +6,7 @@ we don't expect them to migrate to using APR just because APR has been
released. So, we have provided a way for non-APR'ized programs to interact
very cleanly with APR.
-There are a set of programs, all documented in apr_portable.h, which allow
+There are a set of functions, all documented in apr_portable.h, which allow
a programmer to either get a native type from an APR type, or to setup an
APR type from a native type.