From a397f06cdc3180e720f79f7ac04ab2fa5e46df62 Mon Sep 17 00:00:00 2001 From: rjung Date: Sat, 14 Dec 2013 09:27:28 +0000 Subject: Fix typo noticed by Mike Rumph. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@1550914 13f79535-47bb-0310-9956-ffa450edef68 --- docs/canonical_filenames.html | 6 +++--- 1 file 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.

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.

In any case, returning the char* path, with a flag to request the proper @@ -153,4 +153,4 @@ For each of this path Segments - \ No newline at end of file + -- cgit v1.2.1