diff options
author | Kevin Sawicki <kevin@github.com> | 2013-01-06 10:39:35 -0800 |
---|---|---|
committer | Kevin Sawicki <kevin@github.com> | 2013-01-06 10:39:35 -0800 |
commit | 7eb222fc7d392e8570e93373d7ffc7f67ea792cc (patch) | |
tree | bccfb6acf06f51f9566b505bf7bf6233b6678e2e /include/git2/config.h | |
parent | e5562e181cd76d3b0447011bc892c86b03ed2952 (diff) | |
download | libgit2-7eb222fc7d392e8570e93373d7ffc7f67ea792cc.tar.gz |
Correct typos in documentation
Diffstat (limited to 'include/git2/config.h')
-rw-r--r-- | include/git2/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/config.h b/include/git2/config.h index b186e70da..77fd84797 100644 --- a/include/git2/config.h +++ b/include/git2/config.h @@ -297,7 +297,7 @@ GIT_EXTERN(int) git_config_get_int32(int32_t *out, const git_config *cfg, const * * All config files will be looked into, in the order of their * defined level. A higher level means a higher priority. The - * first occurence of the variable will be returned here. + * first occurrence of the variable will be returned here. * * @param out pointer to the variable where the value should be stored * @param cfg where to look for the variable @@ -314,7 +314,7 @@ GIT_EXTERN(int) git_config_get_int64(int64_t *out, const git_config *cfg, const * * All config files will be looked into, in the order of their * defined level. A higher level means a higher priority. The - * first occurence of the variable will be returned here. + * first occurrence of the variable will be returned here. * * @param out pointer to the variable where the value should be stored * @param cfg where to look for the variable @@ -331,7 +331,7 @@ GIT_EXTERN(int) git_config_get_bool(int *out, const git_config *cfg, const char * * All config files will be looked into, in the order of their * defined level. A higher level means a higher priority. The - * first occurence of the variable will be returned here. + * first occurrence of the variable will be returned here. * * @param out pointer to the variable's value * @param cfg where to look for the variable |