diff options
author | Pierre-Olivier Latour <pol@mac.com> | 2015-01-23 15:59:54 -0800 |
---|---|---|
committer | Pierre-Olivier Latour <pol@mac.com> | 2015-01-23 15:59:54 -0800 |
commit | 22b6a92365a95c4497e53e2e08e360e5b241aa98 (patch) | |
tree | 5f026e0af94e8ec531023cd38ace6ded116e044f | |
parent | a789b361004da746b02919631a333170dfe20819 (diff) | |
download | libgit2-22b6a92365a95c4497e53e2e08e360e5b241aa98.tar.gz |
Fixed typo in git_repository_reinit_filesystem() documentation
-rw-r--r-- | include/git2/sys/repository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/repository.h b/include/git2/sys/repository.h index dd7b22e06..74c3b8a2f 100644 --- a/include/git2/sys/repository.h +++ b/include/git2/sys/repository.h @@ -53,7 +53,7 @@ GIT_EXTERN(void) git_repository__cleanup(git_repository *repo); * * @param repo A repository object * @param recurse_submodules Should submodules be updated recursively - * @returrn 0 on success, < 0 on error + * @return 0 on success, < 0 on error */ GIT_EXTERN(int) git_repository_reinit_filesystem( git_repository *repo, |