You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2021/07/04 15:44:11 UTC

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

Author: hartmannathan
Date: Sun Jul  4 15:44:11 2021
New Revision: 1891249

URL: http://svn.apache.org/viewvc?rev=1891249&view=rev
Log:
* subversion/tests/cmdline/diff_tests.py: Fix 2 speling erorrs
  (diff_repos_working_added_dir): In docstring, s/modifed/modified/
  (diff_url_against_local_mods): In comment, s/arbritrary/arbitrary

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=1891249&r1=1891248&r2=1891249&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/diff_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/diff_tests.py Sun Jul  4 15:44:11 2021
@@ -2334,7 +2334,7 @@ def diff_nonrecursive_checkout_deleted_d
 # example, show an extraneous BASE->WORKING diff for the added directory
 # after the repos->WORKING output).
 def diff_repos_working_added_dir(sbox):
-  "repos->WORKING diff showing added modifed dir"
+  "repos->WORKING diff showing added modified dir"
 
   sbox.build()
 
@@ -3150,7 +3150,7 @@ def diff_url_against_local_mods(sbox):
   make_file_edit_del_add(A2)
 
   # Diff Path of A against working copy of A2.
-  # Output using arbritrary diff handling should be empty.
+  # Output using arbitrary diff handling should be empty.
   expected_output = []
   svntest.actions.run_and_verify_svn(expected_output, [],
                                      'diff', '--old', A, '--new', A2)