You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2015/05/27 03:10:34 UTC

svn commit: r1681897 - /subversion/trunk/CHANGES

Author: breser
Date: Wed May 27 01:10:34 2015
New Revision: 1681897

URL: http://svn.apache.org/r1681897
Log:
* CHANGES: Fix mismatched quotes.

Found by: danielsh

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1681897&r1=1681896&r2=1681897&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Wed May 27 01:10:34 2015
@@ -387,7 +387,7 @@ http://svn.apache.org/repos/asf/subversi
     * mod_dav_svn: emit the first few log items as soon as they are available
       (r1666965, r1667120)
     * mod_dav_svn: prevent a tree walk on copy sources (issue #4351)
-    * fsfs: fix 'EOF found" error when reading repo (issue #4577)
+    * fsfs: fix 'EOF found' error when reading repo (issue #4577)
     * svnadmin freeze: unlock rep-cache.db as part of unfreezing
       (r1679169, r1679287)