diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-08-18 07:53:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 07:53:25 +0800 |
commit | 6aa7fc525c81681bd7fd42dd1c025cbad92e34d7 (patch) | |
tree | 0978a9ff994e0f2bfd70327f11c4f3f5379da1f4 | |
parent | 1c0f307322594012db4564585ee33caa09c1944c (diff) | |
parent | 50d7ddbc35694dff369b689029adbffd0d668364 (diff) | |
download | gitpython-6aa7fc525c81681bd7fd42dd1c025cbad92e34d7.tar.gz |
Merge pull request #1478 from luzpaz/typos
Fix source comment typos
-rw-r--r-- | test/fixtures/diff_index_patch | 2 | ||||
-rw-r--r-- | test/test_submodule.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/fixtures/diff_index_patch b/test/fixtures/diff_index_patch index f617f8de..97b824e0 100644 --- a/test/fixtures/diff_index_patch +++ b/test/fixtures/diff_index_patch @@ -96,5 +96,5 @@ index ce0f64f2261bd8de063233108caac1f26742c1fd..4de26f8884fd048ac7f10007f2bf7c7f + assert len(res) == 3 + def test_diff_patch_format(self): - # test all of the 'old' format diffs for completness - it should at least + # test all of the 'old' format diffs for completeness - it should at least # be able to deal with it diff --git a/test/test_submodule.py b/test/test_submodule.py index d72fe5d3..fef6bda3 100644 --- a/test/test_submodule.py +++ b/test/test_submodule.py @@ -266,8 +266,8 @@ class TestSubmodule(TestBase): sm.module().head.ref = smref csm.module().head.ref.set_tracking_branch(csm_tracking_branch) - # REMOVAL OF REPOSITOTRY - ######################## + # REMOVAL OF REPOSITORY + ####################### # must delete something self.assertRaises(ValueError, csm.remove, module=False, configuration=False) |