You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ko...@apache.org on 2017/02/21 12:13:41 UTC

svn commit: r1783878 - /subversion/trunk/CHANGES

Author: kotkov
Date: Tue Feb 21 12:13:40 2017
New Revision: 1783878

URL: http://svn.apache.org/viewvc?rev=1783878&view=rev
Log:
* CHANGES (1.10.0): Fix several typos.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1783878&r1=1783877&r2=1783878&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Tue Feb 21 12:13:40 2017
@@ -70,7 +70,7 @@ the 1.9 release:  https://subversion.apa
     * mod_dav_svn: Advertise svndiff1 support to clients (r1704891)
     * mod_dav_svn: Remove disk I/O to TMPDIR during first commit (r1716240)
     * svnsync: Fix assertion failure with up-to-date repositories (r1727140)
-    * ra_svn: String unmarshelling more resilient with corrupt input (r1718267)
+    * ra_svn: String unmarshalling more resilient with corrupt input (r1718267)
     * ra_serf: Parallel requests for text and property changes (r1716575)
     * svnserve: Remove disk I/O to TMPDIR during first commit (r1716240)
     * Optimize 'svn blame' a bit (r1711666)
@@ -144,7 +144,7 @@ the 1.9 release:  https://subversion.apa
     * Prevent paths containing newlines from being committed (r1662585)
   - Client-side and server-side bugfixes:
     * Fix integer overflow check with >= 1G mergeinfo ranges per path (r1714380)
-    * Fix integer overflow cheks on WoW64 platforms (r1714372)
+    * Fix integer overflow checks on WoW64 platforms (r1714372)
     * Fix bug with canonicalizing Window-specific drive-relative URL (r1692262)
     * In file:// URLs, allow '\' directly after Windows drive letter (r1692259)
     * Fix segfault with recursive configuration value definitions (issue #4543)
@@ -176,7 +176,7 @@ the 1.9 release:  https://subversion.apa
     * Allow Apache HTTPD with mod_deflate in testsuite on Windows (r1758776)
     * Support modern utilities for finding free TCP ports for tests (r1684649)
     * The C test scheduler is more efficient in SMP environments (r1775555)
-    * The C tests convert paths from/to UTF-8 more efficienly (r1775642)
+    * The C tests convert paths from/to UTF-8 more efficiently (r1775642)
     * Add INSTALL instructions for building with OpenSSL 1.1.0 (r1778313)
     * Improved INSTALL instructions for Windows (r1703470, -2, -3, -4, et al)
     * Updated INSTALL instructions (r1691712)