Author: stsp
Date: Fri Feb 24 07:18:03 2012
New Revision: 1293109
URL: http://svn.apache.org/viewvc?rev=1293109&view=rev
Log:
Follow-up to r1293108: Fix a typo.
* subversion/libsvn_wc/wc_db.c
(moved_node_t): Fix typo in docstring.
Modified:
subversion/branches/multi-layer-moves/subversion/libsvn_wc/wc_db.c
Modified: subversion/branches/multi-layer-moves/subversion/libsvn_wc/wc_db.c
URL:
http://svn.apache.org/viewvc/subversion/branches/multi-layer-moves/subversion/libsvn_wc/wc_db.c?rev=1293109&r1=1293108&r2=1293109&view=diff
==============================================================================
--- subversion/branches/multi-layer-moves/subversion/libsvn_wc/wc_db.c
(original)
+++ subversion/branches/multi-layer-moves/subversion/libsvn_wc/wc_db.c Fri Feb
24 07:18:03 2012
@@ -6296,7 +6296,7 @@ struct op_delete_baton_t {
* a moved-away subtree is moved again: mv A B; mv B C
* The second move requires rewriting moved-to info at or within A.
*
- * Another case is where a node which becomes a nested moved node.
+ * Another case is where a node becomes a nested moved node.
* A nested move happens when a subtree child is moved before or after
* the subtree itself is moved. For example:
* mv A/F A/G