Commit cc548c7b by nulltoken

repository: fix documentation typo

parent f1ad25f6
...@@ -456,7 +456,7 @@ GIT_EXTERN(int) git_repository_index(git_index **out, git_repository *repo); ...@@ -456,7 +456,7 @@ GIT_EXTERN(int) git_repository_index(git_index **out, git_repository *repo);
GIT_EXTERN(void) git_repository_set_index(git_repository *repo, git_index *index); GIT_EXTERN(void) git_repository_set_index(git_repository *repo, git_index *index);
/** /**
* Retrive git's prepared message * Retrieve git's prepared message
* *
* Operations such as git revert/cherry-pick/merge with the -n option * Operations such as git revert/cherry-pick/merge with the -n option
* stop just short of creating a commit with the changes and save * stop just short of creating a commit with the changes and save
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment