Commit 330b24d76f7264645bf148c168d666cf19a1164f

punkymaniac 2021-04-21T15:46:28

Fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/blob.h b/include/git2/blob.h
index ff47399..3f67386 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