global: fix typo in git_libgit2_init description

This commit is contained in:
Patrick Steinhardt 2017-04-21 07:09:59 +00:00
parent 8d89e40961
commit f4d1592c2f

View File

@ -14,7 +14,7 @@ GIT_BEGIN_DECL
/**
* Init the global state
*
* This function must the called before any other libgit2 function in
* This function must be called before any other libgit2 function in
* order to set up global state and threading.
*
* This function may be called multiple times - it will return the number