summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpunkymaniac <punkymaniac@protonmail.ch>2022-01-09 10:35:42 +0100
committerpunkymaniac <punkymaniac@protonmail.ch>2022-01-09 10:35:42 +0100
commitc6ede676131851718fa96580247334e9db4bdb4b (patch)
treeb2b3a5ae4727264de1aca00c8b04d8d9a523925e
parent58ae4535b8d20cad7ec92698594f278c9e289745 (diff)
downloadlibgit2-c6ede676131851718fa96580247334e9db4bdb4b.tar.gz
Fix misspelling word "ge" -> "get"
-rw-r--r--include/git2/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/config.h b/include/git2/config.h
index b3eccbb17..07e0093b5 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);