Skip to content

Commit c960e0b

Browse files
committed
Fix bad char at the end of the word
1 parent 6c78fd0 commit c960e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/remote.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ GIT_EXTERN(int) git_remote_delete(git_repository *repo, const char *name);
944944
*
945945
* This function must only be called after connecting.
946946
*
947-
* @param out the buffern in which to store the reference name
947+
* @param out the buffer in which to store the reference name
948948
* @param remote the remote
949949
* @return 0, GIT_ENOTFOUND if the remote does not have any references
950950
* or none of them point to HEAD's commit, or an error message.

0 commit comments

Comments
 (0)