summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpunkymaniac <punkymaniac@protonmail.ch>2021-06-08 15:57:44 +0200
committerpunkymaniac <punkymaniac@protonmail.ch>2021-07-06 17:39:58 +0200
commitc960e0b1eb382e74676bda583084dc1d8b502e4b (patch)
treeeaf6660c98e85ebcb3e12c34f64607d1f710017b
parent6c78fd06e3cedec818122ecc7f90e6c81e497354 (diff)
downloadlibgit2-c960e0b1eb382e74676bda583084dc1d8b502e4b.tar.gz
Fix bad char at the end of the word
-rw-r--r--include/git2/remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index b82bd250b..05f870992 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -944,7 +944,7 @@ GIT_EXTERN(int) git_remote_delete(git_repository *repo, const char *name);
*
* This function must only be called after connecting.
*
- * @param out the buffern in which to store the reference name
+ * @param out the buffer in which to store the reference name
* @param remote the remote
* @return 0, GIT_ENOTFOUND if the remote does not have any references
* or none of them point to HEAD's commit, or an error message.