You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ja...@apache.org on 2016/02/06 20:05:30 UTC

svn propchange: r1727838 - svn:log

Author: jamessan
Revision: 1727838
Modified property: svn:log

Modified: svn:log at Sat Feb  6 19:05:30 2016
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Feb  6 19:05:30 2016
@@ -3,9 +3,9 @@ svn_fs_paths_changed3.  So, we've got a
 we enable both for now such that all callers of the old API will
 be redirected: old API -> new API -> old API vtable entry.
 
-As a bonus, the enumated svn_fs_paths_changed2 now correctly reports
+As a bonus, the emulated svn_fs_paths_changed2 now correctly reports
 the IDs for in-revision nodes in FSFS.  It also fails earlier on
-corrupted change lists.  Both is only true for "enumlated" mode.
+corrupted change lists.  Both is only true for "emulated" mode.
 
 * subversion/include/private/svn_fs_util.h
   (svn_fs__get_deleted_node): Declare a new private utility API needed
@@ -15,8 +15,8 @@ corrupted change lists.  Both is only tr
   (svn_fs__prop_lists_equal): Implement.
 
 * subversion/libsvn_fs/fs-loader.c
-  (SVN_FS_ENUMLATE_PATHS_CHANGED): Declare new control macro as we did
-                                   already for the new API.
+  (SVN_FS_EMULATE_PATHS_CHANGED): Declare new control macro as we did
+                                  already for the new API.
   (add_changed_path_baton_t,
    add_changed_path): Callback implementation to emulate the old API
                       based on the new one.