diff --git a/kallithea/tests/functional/test_compare.py b/kallithea/tests/functional/test_compare.py --- a/kallithea/tests/functional/test_compare.py +++ b/kallithea/tests/functional/test_compare.py @@ -126,7 +126,7 @@ class TestCompareController(TestControll #swap response.mustcontain(""" Swap""" % (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 @@ class TestCompareController(TestControll #swap response.mustcontain(""" Swap""" % (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',