Skip to content

Commit 15f8d9a

Browse files
authored
Merge pull request libgit2#4412 from cpoerschke/master-tests-repo-init-tweak
s/Init/Index comment tweak for test_repo_init__init_with_initial_commit
2 parents fd1492e + 732c0b6 commit 15f8d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/repo/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ void test_repo_init__init_with_initial_commit(void)
755755
/* Initialize the repository */
756756
cl_git_pass(git_repository_init(&_repo, "committed", 0));
757757

758-
/* Init will be automatically created when requested for a new repo */
758+
/* Index will be automatically created when requested for a new repo */
759759
cl_git_pass(git_repository_index(&index, _repo));
760760

761761
/* Create a file so we can commit it

0 commit comments

Comments
 (0)