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/16 16:40:13 UTC

svn commit: r1339192 - /subversion/trunk/subversion/tests/cmdline/diff_tests.py

Author: stsp
Date: Wed May 16 14:40:12 2012
New Revision: 1339192

URL: http://svn.apache.org/viewvc?rev=1339192&view=rev
Log:
* subversion/tests/cmdline/diff_tests.py
  (diff_properties_only): Fix typo in comment.

Modified:
    subversion/trunk/subversion/tests/cmdline/diff_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/diff_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/diff_tests.py?rev=1339192&r1=1339191&r2=1339192&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/diff_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/diff_tests.py Wed May 16 14:40:12 2012
@@ -4035,7 +4035,7 @@ def diff_properties_only(sbox):
     make_diff_prop_header("iota") + \
     make_diff_prop_added("svn:eol-style", "native")
 
-  # Make a property change and a content chang to 'iota'
+  # Make a property change and a content change to 'iota'
   # Only the property change should be displayed by diff --properties-only
   sbox.simple_propset('svn:eol-style', 'native', 'iota')
   svntest.main.file_append(sbox.ospath('iota'), 'new text\n')