You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/01/06 02:41:53 UTC

svn propchange: r1429453 - svn:log

Author: breser
Revision: 1429453
Modified property: svn:log

Modified: svn:log at Sun Jan  6 01:41:53 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Jan  6 01:41:53 2013
@@ -1,4 +1,4 @@
-validate-files.py: Use decode on output data from subprocesse.
+validate-files.py: Use decode on output data from subprocess.
 
 This is necessary to be compatable with Python 3 which returns bytes instead
 of strings for these calls.