From 22b6a92365a95c4497e53e2e08e360e5b241aa98 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Fri, 23 Jan 2015 15:59:54 -0800 Subject: [PATCH] Fixed typo in git_repository_reinit_filesystem() documentation --- include/git2/sys/repository.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,