summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-09-15 12:55:37 +0200
committernulltoken <emeric.fermas@gmail.com>2012-09-17 10:48:33 +0200
commitcc548c7b0ff0d8b33a44d90316abe0027cb6c7d9 (patch)
tree3eacace3f88841feb6ce4d5d2f98630abeea5608 /include/git2/repository.h
parentf1ad25f6df10b1ca96a1f5fe3fc1a478c19043f5 (diff)
downloadlibgit2-cc548c7b0ff0d8b33a44d90316abe0027cb6c7d9.tar.gz
repository: fix documentation typo
Diffstat (limited to 'include/git2/repository.h')
-rw-r--r--include/git2/repository.h2
1 files changed, 1 insertions, 1 deletions
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