Commit c6ede676 by punkymaniac

Fix misspelling word "ge" -> "get"

parent 58ae4535
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment