Author: futatuki
Date: Sun Nov 8 12:23:34 2020
New Revision: 1883200
URL: http://svn.apache.org/viewvc?rev=1883200&view=rev
Log:
Fix typo in docstring.
* subversion/tests/cmdline/svntest/actions.py
(run_and_verify_svnsync2): s/svnmucc/svnsync/.
Modified:
subversion/trunk/subversion/tests/cmdline/svntest/actions.py
Modified: subversion/trunk/subversion/tests/cmdline/svntest/actions.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svntest/actions.py?rev=1883200&r1=1883199&r2=1883200&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svntest/actions.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svntest/actions.py Sun Nov 8
12:23:34 2020
@@ -486,7 +486,7 @@ def run_and_verify_svnsync(expected_stdo
def run_and_verify_svnsync2(expected_stdout, expected_stderr,
expected_exit, *varargs):
- """Run svnmucc command and check its output and exit code."""
+ """Run svnsync command and check its output and exit code."""
exit_code, out, err = main.run_svnsync(*varargs)