You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2014/04/16 14:19:10 UTC

svn commit: r1587888 - /subversion/branches/1.8.x/STATUS

Author: julianfoad
Date: Wed Apr 16 12:19:10 2014
New Revision: 1587888

URL: http://svn.apache.org/r1587888
Log:
* STATUS: Fix typos.

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1587888&r1=1587887&r2=1587888&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Wed Apr 16 12:19:10 2014
@@ -174,7 +174,7 @@ Candidate changes:
      descendant, like via a checkbox list in a GUI client.
    Justification:
      Often reported assertion by users. Upto now very hard to reproduce
-     for these users. Probably because they didn's see that the node they
+     for these users. Probably because they didn't see that the node they
      deleted wasn't added to the repository yet.
    Votes:
      +1: rhuijben, philip
@@ -204,7 +204,7 @@ Candidate changes:
    Make svn_ra_get_locks() and svn_ra_get_lock() report not locked nodes
    with a NULL svn_lock_t *, as documented.
    Justification:
-     Many clients use the existance of an svn_lock_t on a node via info/status
+     Many clients use the existence of an svn_lock_t on a node via info/status
      as a boolean to note that there is a lock. But because we didn't properly
      check the result we reported mostly empty svn_lock_t instances in more
      cases. Even on directories!
@@ -275,7 +275,7 @@ Candidate changes:
    Resolve issue #3515 "mod_dav_svn cannot refresh any locks"
    Justification:
      Without this patch generic DAV clients can not refresh their own locks,
-     causing them to loose their locks.
+     causing them to lose their locks.
    Notes:
      Patch needed, because a plain merge triggers a text conflict while
      removing the XFail marker from the test. r1584745 makes the test code