summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpunkymaniac <punkymaniac@protonmail.ch>2021-04-21 15:46:28 +0200
committerpunkymaniac <punkymaniac@protonmail.ch>2021-04-22 15:07:36 +0200
commit330b24d76f7264645bf148c168d666cf19a1164f (patch)
treefcb6b2f99375b590ab72d646b5cca12d0cd1cd60
parent58697f6a59579cd7bcf8238785b75907203f9474 (diff)
downloadlibgit2-330b24d76f7264645bf148c168d666cf19a1164f.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 ff473993a..3f6738675 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