Author: danielsh Date: Sun Aug 18 13:46:39 2013 New Revision: 1515111 URL: http://svn.apache.org/r1515111 Log: * subversion/tests/cmdline/prop_tests.py (prop_value_conversions): Fix typo in comment.
Patch by: Masaru Tsuchiyama Modified: subversion/trunk/subversion/tests/cmdline/prop_tests.py Modified: subversion/trunk/subversion/tests/cmdline/prop_tests.py URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/prop_tests.py?rev=1515111&r1=1515110&r2=1515111&view=diff ============================================================================== --- subversion/trunk/subversion/tests/cmdline/prop_tests.py (original) +++ subversion/trunk/subversion/tests/cmdline/prop_tests.py Sun Aug 18 13:46:39 2013 @@ -910,7 +910,7 @@ def prop_value_conversions(sbox): svntest.actions.set_prop('some-prop', 'bar\n', iota_path) # NOTE: When writing out multi-line prop values in svn:* props, the - # client converts to local encoding and local eoln style. + # client converts to local encoding and local eol style. # Therefore, the expected output must contain the right kind of eoln # strings. That's why we use os.linesep in the tests below, not just # plain '\n'. The _last_ \n is also from the client, but it's not