Skip to content

Commit 330b24d

Browse files
committed
Fix typo
1 parent 58697f6 commit 330b24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/blob.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ GIT_EXTERN(int) git_blob_create_from_stream_commit(
245245
* Write an in-memory buffer to the ODB as a blob
246246
*
247247
* @param id return the id of the written blob
248-
* @param repo repository where to blob will be written
248+
* @param repo repository where the blob will be written
249249
* @param buffer data to be written into the blob
250250
* @param len length of the data
251251
* @return 0 or an error code

0 commit comments

Comments
 (0)