Commit c6ede676131851718fa96580247334e9db4bdb4b

punkymaniac 2022-01-09T10:35:42

Fix misspelling word "ge" -> "get"

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/config.h b/include/git2/config.h
index b3eccbb..07e0093 100644
--- a/include/git2/config.h
+++ b/include/git2/config.h
@@ -576,7 +576,7 @@ GIT_EXTERN(int) git_config_foreach(
  * `git_config_iterator_free` when done.
  *
  * @param out pointer to store the iterator
- * @param cfg where to ge the variables from
+ * @param cfg where to get the variables from
  * @return 0 or an error code.
  */
 GIT_EXTERN(int) git_config_iterator_new(git_config_iterator **out, const git_config *cfg);