summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2013-12-14 09:23:18 +0000
committerRainer Jung <rjung@apache.org>2013-12-14 09:23:18 +0000
commitdddf3d0d1944bacecde7034d3be92c04530f7d1a (patch)
treef6bcdca70df902c026e9219c78a6fa20a8f5ef26
parentc7f34d34cf15557ed1d109e40115f05e8578e795 (diff)
downloadapr-dddf3d0d1944bacecde7034d3be92c04530f7d1a.tar.gz
Fix typo noticed by Mike Rumph and Christophe Jaillet.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1550909 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/canonical_filenames.html6
-rw-r--r--include/arch/netware/apr_private.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/canonical_filenames.html b/docs/canonical_filenames.html
index 10867d379..2bd9bdba8 100644
--- a/docs/canonical_filenames.html
+++ b/docs/canonical_filenames.html
@@ -104,9 +104,9 @@ used as the parent to create child entries to reduce the number of expensive
stat and case canonicalization calls to the OS.</p>
<p>The comparison operation provides that the APR can postpone correction
-of case by simply relying upon the device and inode for equivilance. The
+of case by simply relying upon the device and inode for equivalence. The
stat implementation provides that two files are the same, while their
-strings are not equivilant, and eliminates the need for the operating
+strings are not equivalent, and eliminates the need for the operating
system to return the proper form of the name.</p>
<p>In any case, returning the char* path, with a flag to request the proper
@@ -153,4 +153,4 @@ For each of this path Segments
</pre>
</BODY>
-</HTML> \ No newline at end of file
+</HTML>
diff --git a/include/arch/netware/apr_private.h b/include/arch/netware/apr_private.h
index dbb3d2151..04f336ded 100644
--- a/include/arch/netware/apr_private.h
+++ b/include/arch/netware/apr_private.h
@@ -79,7 +79,7 @@
#define HAVE_GETPASS_R 1
/*
* Hack around older NDKs which have only the getpassword() function,
- * a threadsafe, API-equivilant of getpass_r().
+ * a threadsafe, API-equivalent of getpass_r().
*/
#if (CURRENT_NDK_THRESHOLD < 709060000)
#define getpass_r getpassword