summaryrefslogtreecommitdiff
path: root/include/apr_strings.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-05-22 11:23:47 +0000
committerJeff Trawick <trawick@apache.org>2001-05-22 11:23:47 +0000
commit3a8f2c55a14c278fd4baa8072314305d4d5aad43 (patch)
treec4a59d07963c0d6f21d1798e4a4eb6d367d7a4ee /include/apr_strings.h
parent28524ef3970b5857441b295d7eb20c29e312ee8e (diff)
downloadapr-3a8f2c55a14c278fd4baa8072314305d4d5aad43.tar.gz
minor tweak to the doc of apr_tokenize_to_argv
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_strings.h')
-rw-r--r--include/apr_strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_strings.h b/include/apr_strings.h
index a381855eb..3aea147af 100644
--- a/include/apr_strings.h
+++ b/include/apr_strings.h
@@ -210,7 +210,7 @@ APR_DECLARE(char *) apr_collapse_spaces(char *dest, const char *src);
/**
* Convert the arguments to a program from one string to an array of
- * strings term inated by a NULL
+ * strings terminated by a NULL pointer
* @param str The arguments to convert
* @param argv_out Output location. This is a pointer to an array of strings.
* @param token_context Pool to use.