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 2016/06/10 15:14:22 UTC

svn commit: r1747732 - /subversion/trunk/subversion/libsvn_client/conflicts.c

Author: stsp
Date: Fri Jun 10 15:14:22 2016
New Revision: 1747732

URL: http://svn.apache.org/viewvc?rev=1747732&view=rev
Log:
* subversion/libsvn_client/conflicts.c
  (conflict_tree_incoming_delete_details): Fix a typo in a comment.

Modified:
    subversion/trunk/subversion/libsvn_client/conflicts.c

Modified: subversion/trunk/subversion/libsvn_client/conflicts.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/conflicts.c?rev=1747732&r1=1747731&r2=1747732&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/conflicts.c (original)
+++ subversion/trunk/subversion/libsvn_client/conflicts.c Fri Jun 10 15:14:22 2016
@@ -1774,7 +1774,7 @@ struct conflict_tree_incoming_delete_det
    * Follow MOVE->NEXT for subsequent moves in later revisions. */
   struct repos_move_info *move;
 
-  /* The path were we believe the moved-here node corresponding to the
+  /* The path where we believe the moved-here node corresponding to the
    * deleted node exists in the working copy. */
   const char *moved_to_abspath;
 };