You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/08/22 19:50:23 UTC

svn propchange: r1805813 - svn:log

Author: stsp
Revision: 1805813
Modified property: svn:log

Modified: svn:log at Tue Aug 22 19:50:23 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Aug 22 19:50:23 2017
@@ -6,7 +6,7 @@ copied nodes to point at a deleted node,
 
 The heuristic which matches up deletes and adds is not documented.
 For now, it only works for files and relies on the pristine SHA1 checksum
-to determine identify. In the future, we may add additional heuristics,
+to determine identity. In the future, we may add additional heuristics,
 including repository log scanning as implemented in the conflict resolver.
 
 While this feature was invented for addremove, it could eventually be useful
@@ -26,7 +26,7 @@ within the working copy (and thus hopefu
 
 * subversion/libsvn_client/addremove.c
   (addremove_status_baton): Add tables for added and deleted nodes.
-  (addremove_status_func): Collect added and deleted nodles in addition to,
+  (addremove_status_func): Collect added and deleted nodes in addition to,
    or instead of, missing and unversioned ones.
   (suggest_moves): Rename parameters from unversioned/missing to added/deleted.
   (addremove): Stop moving items, just add or delete them.