summaryrefslogtreecommitdiff
path: root/tests/submodule
diff options
context:
space:
mode:
authorDmitriy Olshevskiy <olshevskiy87@bk.ru>2015-12-21 20:49:14 +0300
committerDmitriy Olshevskiy <olshevskiy87@bk.ru>2015-12-21 22:18:07 +0300
commit91f0d186b4efee8ccd5d0bbedf6b806a4f5e2a3a (patch)
tree5451909583611917bd35045c974f5cb91a49d0d2 /tests/submodule
parent9ec6839a72db4c013c9bb9da07d37a782bccc7d0 (diff)
downloadlibgit2-91f0d186b4efee8ccd5d0bbedf6b806a4f5e2a3a.tar.gz
typos in comments
Diffstat (limited to 'tests/submodule')
-rw-r--r--tests/submodule/lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/submodule/lookup.c b/tests/submodule/lookup.c
index 38e0fa314..148f9273e 100644
--- a/tests/submodule/lookup.c
+++ b/tests/submodule/lookup.c
@@ -357,7 +357,7 @@ void test_submodule_lookup__renamed(void)
cl_git_pass(git_index_add_bypath(idx, ".gitmodules"));
}
- /* Change the worktree info in the the submodule's config */
+ /* Change the worktree info in the submodule's config */
{
git_config *cfg;