Commit 732c0b6ded95779e4879c40d054b29981ba14ea6

Christine Poerschke 2017-11-12T15:17:31

s/Init/Index comment tweak for test_repo_init__init_with_initial_commit

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/repo/init.c b/tests/repo/init.c
index 6a455bf..0f969eb 100644
--- a/tests/repo/init.c
+++ b/tests/repo/init.c
@@ -755,7 +755,7 @@ void test_repo_init__init_with_initial_commit(void)
 	/* Initialize the repository */
 	cl_git_pass(git_repository_init(&_repo, "committed", 0));
 
-	/* Init will be automatically created when requested for a new repo */
+	/* Index will be automatically created when requested for a new repo */
 	cl_git_pass(git_repository_index(&index, _repo));
 
 	/* Create a file so we can commit it