You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2013/12/14 10:26:17 UTC

svn commit: r1550910 - in /apr/apr/branches/1.3.x: ./ CHANGES docs/canonical_filenames.html include/arch/netware/apr_private.h

Author: rjung
Date: Sat Dec 14 09:26:16 2013
New Revision: 1550910

URL: http://svn.apache.org/r1550910
Log:
Fix typo noticed by Mike Rumph.

Modified:
    apr/apr/branches/1.3.x/   (props changed)
    apr/apr/branches/1.3.x/CHANGES
    apr/apr/branches/1.3.x/docs/canonical_filenames.html
    apr/apr/branches/1.3.x/include/arch/netware/apr_private.h

Propchange: apr/apr/branches/1.3.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1550907

Modified: apr/apr/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?rev=1550910&r1=1550909&r2=1550910&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.3.x/CHANGES [utf-8] Sat Dec 14 09:26:16 2013
@@ -263,7 +263,7 @@ Changes for APR 1.3.0
   *) Introduce APR_NO_FILE as an option to apr_procattr_io_set() for any 
      of the three stdio streams to cause the corresponding streams to be 
      closed to the child process.  This becomes effective in 1.3.0 across
-     platforms (equivilant to APR_NO_PIPE in 1.2.x except on Win32.)
+     platforms (equivalent to APR_NO_PIPE in 1.2.x except on Win32.)
      [William Rowe]
 
   *) Solve WinNT inherited pipe leaks by mutexing apr_proc_create calls,

Modified: apr/apr/branches/1.3.x/docs/canonical_filenames.html
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/docs/canonical_filenames.html?rev=1550910&r1=1550909&r2=1550910&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/docs/canonical_filenames.html (original)
+++ apr/apr/branches/1.3.x/docs/canonical_filenames.html Sat Dec 14 09:26:16 2013
@@ -104,9 +104,9 @@ used as the parent to create child entri
 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>

Modified: apr/apr/branches/1.3.x/include/arch/netware/apr_private.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/arch/netware/apr_private.h?rev=1550910&r1=1550909&r2=1550910&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/include/arch/netware/apr_private.h (original)
+++ apr/apr/branches/1.3.x/include/arch/netware/apr_private.h Sat Dec 14 09:26:16 2013
@@ -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