]> git.proxmox.com Git - libgit2.git/commitdiff
Fix small typo in docs for git_repository_message.
authorAndrej Mitrovic <andrej.mitrovich@gmail.com>
Tue, 2 Jul 2013 18:23:54 +0000 (20:23 +0200)
committerAndrej Mitrovic <andrej.mitrovich@gmail.com>
Tue, 2 Jul 2013 18:23:54 +0000 (20:23 +0200)
include/git2/repository.h

index 7cc4a1341ffce1bc19aa2f78f526d2c2f43116b5..c810519690f1536b041c202f3ef879cc599bf03b 100644 (file)
@@ -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);