summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-12-14 09:27:10 +0000
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-12-14 09:27:10 +0000
commit46d2b1f16c78ea2bc8c83ff3b87cd98796a0bf2e (patch)
treeac3ab463cf46bfb3db0ba1a1967ac69d320aa4b7
parent7c876887d11f99bd40bd5ec6b0f521d7bbcc9413 (diff)
downloadlibapr-1.1.x.tar.gz
Fix typo noticed by Mike Rumph.1.1.x
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@1550912 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/canonical_filenames.html6
1 files changed, 3 insertions, 3 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>