diff options
| author | Patrick Steinhardt <ps@pks.im> | 2017-04-21 07:09:59 +0000 |
|---|---|---|
| committer | Patrick Steinhardt <ps@pks.im> | 2017-04-21 07:48:30 +0000 |
| commit | f4d1592c2f18f7bb6bbf7eba417708892ba19acd (patch) | |
| tree | dc7bd58d22757dafcac92fbd580b6047d9189e61 /include/git2 | |
| parent | 8d89e409616831b7b30a5ca7b89354957137b65e (diff) | |
| download | libgit2-f4d1592c2f18f7bb6bbf7eba417708892ba19acd.tar.gz | |
global: fix typo in `git_libgit2_init` description
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/global.h b/include/git2/global.h index ce5bdf444..2a87e10c6 100644 --- a/include/git2/global.h +++ b/include/git2/global.h @@ -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 |
