Author: stsp
Date: Wed Feb 20 15:43:05 2013
New Revision: 1448253
URL: http://svn.apache.org/r1448253
Log:
* subversion/libsvn_wc/copy.c
(svn_wc__move2): Typo in comment.
Modified:
subversion/trunk/subversion/libsvn_wc/copy.c
Modified: subversion/trunk/subversion/libsvn_wc/copy.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/copy.c?rev=1448253&r1=1448252&r2=1448253&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/copy.c (original)
+++ subversion/trunk/subversion/libsvn_wc/copy.c Wed Feb 20 15:43:05 2013
@@ -967,7 +967,7 @@ svn_wc__move2(svn_wc_context_t *wc_ctx,
notify_func, notify_baton,
scratch_pool));
- /* An iterrupt at this point will leave the new copy marked as
+ /* An interrupt at this point will leave the new copy marked as
moved-here but the source has not yet been deleted or marked as
moved-to. */