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/02/15 11:40:25 UTC

svn commit: r1730491 - /subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c

Author: stsp
Date: Mon Feb 15 10:40:25 2016
New Revision: 1730491

URL: http://svn.apache.org/viewvc?rev=1730491&view=rev
Log:
* subversion/libsvn_fs_fs/hotcopy.c
  (hotcopy_body_baton): Fix typo in comment.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c?rev=1730491&r1=1730490&r2=1730491&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c Mon Feb 15 10:40:25 2016
@@ -795,7 +795,7 @@ struct hotcopy_body_baton {
  * An incremental hotcopy copies only changed or new files to the destination,
  * and removes files from the destination no longer present in the source.
  * While the incremental hotcopy is running, readers should still be able
- * to access the destintation repository without error and should not see
+ * to access the destination repository without error and should not see
  * revisions currently in progress of being copied. Readers are able to see
  * new fully copied revisions even if the entire incremental hotcopy procedure
  * has not yet completed.