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 2022/06/19 13:23:39 UTC

svn commit: r1902064 - /subversion/trunk/subversion/tests/cmdline/revert_tests.py

Author: hartmannathan
Date: Sun Jun 19 13:23:39 2022
New Revision: 1902064

URL: http://svn.apache.org/viewvc?rev=1902064&view=rev
Log:
Fix a typo in a comment

* tests/cmdline/revert_tests.py:
  (revert_file_merge_replace_with_history): s/revsion/revision/

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

Modified: subversion/trunk/subversion/tests/cmdline/revert_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/revert_tests.py?rev=1902064&r1=1902063&r2=1902064&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/revert_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/revert_tests.py Sun Jun 19 13:23:39 2022
@@ -462,7 +462,7 @@ def revert_file_merge_replace_with_histo
   # Add the new file
   svntest.actions.run_and_verify_svn(None, [], 'add', rho_path)
 
-  # Commit revsion 3
+  # Commit revision 3
   expected_status.add({
     'A/D/G/rho' : Item(status='A ', wc_rev='0')
     })