From 50d7ddbc35694dff369b689029adbffd0d668364 Mon Sep 17 00:00:00 2001 From: luz paz Date: Wed, 17 Aug 2022 17:12:37 -0400 Subject: Fix source comment typos --- test/test_submodule.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_submodule.py') 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) -- cgit v1.2.1