Skip to content

Commit c6ede67

Browse files
committed
Fix misspelling word "ge" -> "get"
1 parent 58ae453 commit c6ede67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ GIT_EXTERN(int) git_config_foreach(
576576
* `git_config_iterator_free` when done.
577577
*
578578
* @param out pointer to store the iterator
579-
* @param cfg where to ge the variables from
579+
* @param cfg where to get the variables from
580580
* @return 0 or an error code.
581581
*/
582582
GIT_EXTERN(int) git_config_iterator_new(git_config_iterator **out, const git_config *cfg);

0 commit comments

Comments
 (0)