changeset 5843:7d3ccab5aa07

spelling: incoming
author timeless@gmail.com
date Tue, 03 May 2016 12:00:31 +0000
parents c47e7838fe9d
children 736d0f82d5fe
files kallithea/tests/functional/test_compare.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/functional/test_compare.py	Tue May 03 11:59:39 2016 +0000
+++ b/kallithea/tests/functional/test_compare.py	Tue May 03 12:00:31 2016 +0000
@@ -126,7 +126,7 @@
         #swap
         response.mustcontain("""<a class="btn btn-small" href="/%s/compare/branch@%s...branch@%s?other_repo=%s&amp;merge=True"><i class="icon-arrows-cw"></i> Swap</a>""" % (repo2.repo_name, rev1, rev2, repo1.repo_name))
 
-    def test_compare_forks_on_branch_extra_commits_origin_has_incomming_hg(self):
+    def test_compare_forks_on_branch_extra_commits_origin_has_incoming_hg(self):
         self.log_user()
 
         repo1 = fixture.create_repo(u'one', repo_type='hg',
@@ -185,7 +185,7 @@
         #swap
         response.mustcontain("""<a class="btn btn-small" href="/%s/compare/branch@%s...branch@%s?other_repo=%s&amp;merge=True"><i class="icon-arrows-cw"></i> Swap</a>""" % (repo2.repo_name, rev1, rev2, repo1.repo_name))
 
-    def test_compare_forks_on_branch_extra_commits_origin_has_incomming_git(self):
+    def test_compare_forks_on_branch_extra_commits_origin_has_incoming_git(self):
         self.log_user()
 
         repo1 = fixture.create_repo(u'one-git', repo_type='git',