Skip to content

Commit ee671c5

Browse files
committed
Fix spelling of a function in the testsuite.
This function was added in r1662620. This fixes #29 in GitHub. * subversion/tests/cmdline/info_tests.py (info_item_uncommmitted): Rename to ... (info_item_uncommitted): ... this Patch by: BaseMax@GitHub Approved by: brane git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1925552 13f79535-47bb-0310-9956-ffa450edef68
1 parent f635a88 commit ee671c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

subversion/tests/cmdline/info_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def info_item_url(sbox):
686686
sbox.repo_url)
687687

688688

689-
def info_item_uncommmitted(sbox):
689+
def info_item_uncommitted(sbox):
690690
"show one info item on uncommitted targets"
691691

692692
sbox.build()
@@ -984,7 +984,7 @@ def info_tree_conflict_source(sbox):
984984
info_item_simple,
985985
info_item_simple_multiple,
986986
info_item_url,
987-
info_item_uncommmitted,
987+
info_item_uncommitted,
988988
info_item_size_wc_recursive,
989989
info_item_size_repos,
990990
info_item_size_repos_recursive,

0 commit comments

Comments
 (0)