summaryrefslogtreecommitdiff
path: root/test/test_submodule.py
diff options
context:
space:
mode:
authorluz paz <luzpaz@pm.me>2022-08-17 17:12:37 -0400
committerluz paz <luzpaz@pm.me>2022-08-17 17:12:37 -0400
commit50d7ddbc35694dff369b689029adbffd0d668364 (patch)
tree0978a9ff994e0f2bfd70327f11c4f3f5379da1f4 /test/test_submodule.py
parent1c0f307322594012db4564585ee33caa09c1944c (diff)
downloadgitpython-50d7ddbc35694dff369b689029adbffd0d668364.tar.gz
Fix source comment typos
Diffstat (limited to 'test/test_submodule.py')
-rw-r--r--test/test_submodule.py4
1 files changed, 2 insertions, 2 deletions
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)