You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jc...@apache.org on 2011/05/16 18:13:14 UTC

svn propchange: r1091881 - svn:log

Author: jcorvel
Revision: 1091881
Modified property: svn:log

Modified: svn:log at Mon May 16 16:13:14 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon May 16 16:13:14 2011
@@ -1,7 +1,7 @@
 On the 1.6.x-issue-3853 branch:
 
 * subversion/libsvn_wc/log.c
-  (cleanup_interal): Copied from svn_wc_cleanup2(), but with a new paramter
+  (cleanup_internal): Copied from svn_wc_cleanup2(), but with a new parameter
    'already_recursing'. If recursing into subdirs, this function calls
    itself with already_recursing set to TRUE. Do not throw an error if an
    unversioned directory is encountered during recursion, fixing issue #3853.