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 2012/05/08 16:19:02 UTC

svn propchange: r1335497 - svn:log

Author: stsp
Revision: 1335497
Modified property: svn:log

Modified: svn:log at Tue May  8 14:19:02 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue May  8 14:19:02 2012
@@ -2,7 +2,7 @@ In FSFS hotcopy, initialise shared FS da
 filesystem in a special way. 
 
 Trying to initialise shared data for the dst_fs before calling
-svn_fs_fs__hotcopy() fails because the UUID of dst_fs it not initalised yet.
+svn_fs_fs__hotcopy() fails because the UUID of dst_fs it not initialised yet.
 Untie this chicken-and-egg knot by pointing the shared data pointer in dst_fs
 to the data for src_fs. See the comment added in hotcopy_setup_shared_fs_data().
 
@@ -12,7 +12,7 @@ to the data for src_fs. See the comment 
 * subversion/libsvn_fs_fs/fs_fs.c
   (hotcopy_setup_shared_fs_data): New helper function that points the shared
    data pointer of the hotcopy destination to shared data of the hotcopy source.
-  (hotcopy_create_empty_dest, svn_fs_fs__hotcopy): Initalise shared data
+  (hotcopy_create_empty_dest, svn_fs_fs__hotcopy): Initialise shared data
    and caches for the hotcopy destination.
 
 * subversion/tests/cmdline/svnadmin_tests.py