Skip to content

Commit 6aa7fc5

Browse files
authored
Merge pull request #1478 from luzpaz/typos
Fix source comment typos
2 parents 1c0f307 + 50d7ddb commit 6aa7fc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎test/fixtures/diff_index_patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ index ce0f64f2261bd8de063233108caac1f26742c1fd..4de26f8884fd048ac7f10007f2bf7c7f
9696
+ assert len(res) == 3
9797
+
9898
def test_diff_patch_format(self):
99-
# test all of the 'old' format diffs for completness - it should at least
99+
# test all of the 'old' format diffs for completeness - it should at least
100100
# be able to deal with it

‎test/test_submodule.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ def _do_base_tests(self, rwrepo):
266266
sm.module().head.ref = smref
267267
csm.module().head.ref.set_tracking_branch(csm_tracking_branch)
268268

269-
# REMOVAL OF REPOSITOTRY
270-
########################
269+
# REMOVAL OF REPOSITORY
270+
#######################
271271
# must delete something
272272
self.assertRaises(ValueError, csm.remove, module=False, configuration=False)
273273

0 commit comments

Comments
 (0)