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/10/13 09:07:57 UTC

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

Author: stsp
Date: Thu Oct 13 09:07:57 2016
New Revision: 1764634

URL: http://svn.apache.org/viewvc?rev=1764634&view=rev
Log:
* subversion/libsvn_client/conflicts.c
  (find_deleted_rev): Fix typo in docstring.

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=1764634&r1=1764633&r2=1764634&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/conflicts.c (original)
+++ subversion/trunk/subversion/libsvn_client/conflicts.c Thu Oct 13 09:07:57 2016
@@ -599,7 +599,7 @@ find_yca(svn_client__pathrev_t **yca_loc
  * works in cases where we do not already know a revision in which the deleted
  * node once used to exist.
  * 
- * If the node node was moved, rather than deleted, return move information
+ * If the node was moved, rather than deleted, return move information
  * in BATON->MOVE.
  */
 static svn_error_t *