summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpunkymaniac <punkymaniac@protonmail.ch>2021-04-21 15:46:28 +0200
committerEdward Thomson <ethomson@edwardthomson.com>2021-06-30 08:58:12 -0500
commit973094232f544d1df7c95b4d6ab3b4e6efc4563b (patch)
tree6b94ac032c960bcdb88b58bbbac4142599725bff
parente5efc4179b6d759cec37e5c9712e9ab8fbf05af3 (diff)
downloadlibgit2-973094232f544d1df7c95b4d6ab3b4e6efc4563b.tar.gz
Fix typo
-rw-r--r--include/git2/blob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/blob.h b/include/git2/blob.h
index d9aeedecc..1f7442e68 100644
--- a/include/git2/blob.h
+++ b/include/git2/blob.h
@@ -245,7 +245,7 @@ GIT_EXTERN(int) git_blob_create_from_stream_commit(
* Write an in-memory buffer to the ODB as a blob
*
* @param id return the id of the written blob
- * @param repo repository where to blob will be written
+ * @param repo repository where the blob will be written
* @param buffer data to be written into the blob
* @param len length of the data
* @return 0 or an error code