summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
diff options
context:
space:
mode:
authorAndrej Mitrovic <andrej.mitrovich@gmail.com>2013-07-02 20:23:54 +0200
committerAndrej Mitrovic <andrej.mitrovich@gmail.com>2013-07-02 20:23:54 +0200
commitf8ccd6c935f12c9c31754d22ba81352178980284 (patch)
tree7c135ac4be6b89792974d081ed0be4f3b9c412ed /include/git2/repository.h
parent7c559c2528d4c2e8e3f682208330e61b1ff7764a (diff)
downloadlibgit2-f8ccd6c935f12c9c31754d22ba81352178980284.tar.gz
Fix small typo in docs for git_repository_message.
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 7cc4a1341..c81051969 100644
--- a/include/git2/repository.h
+++ b/include/git2/repository.h
@@ -471,7 +471,7 @@ GIT_EXTERN(int) git_repository_index(git_index **out, git_repository *repo);
* @param out Buffer to write data into or NULL to just read required size
* @param len Length of `out` buffer in bytes
* @param repo Repository to read prepared message from
- * @return GIT_ENOUTFOUND if no message exists, other value < 0 for other
+ * @return GIT_ENOTFOUND if no message exists, other value < 0 for other
* errors, or total bytes in message (may be > `len`) on success
*/
GIT_EXTERN(int) git_repository_message(char *out, size_t len, git_repository *repo);