From cc548c7b0ff0d8b33a44d90316abe0027cb6c7d9 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Sat, 15 Sep 2012 12:55:37 +0200 Subject: [PATCH] repository: fix documentation typo --- include/git2/repository.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/repository.h b/include/git2/repository.h index 32ec58dae..a536c1398 100644 --- a/include/git2/repository.h +++ b/include/git2/repository.h @@ -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); /** - * Retrive git's prepared message + * Retrieve git's prepared message * * Operations such as git revert/cherry-pick/merge with the -n option * stop just short of creating a commit with the changes and save