summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-02-11 02:49:17 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-02-11 02:49:17 +0000
commit218270e5142e5a434a74cc6852ee04b631fbf9e7 (patch)
treec4464d99fc67f38973e5df1105b31ddaf1fcf911 /docs
parent2ef4824da99c3772b9594ac58cf8490bd972389f (diff)
downloadlibapr-218270e5142e5a434a74cc6852ee04b631fbf9e7.tar.gz
Fix a simple typo.
git-svn-id: http://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.