summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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.