Commit f483720c6ff81eb7ec9f0dbdaf9a1f34490ec2f3

Edward Thomson 2015-01-26T11:25:16

Merge pull request #2839 from swisspol/typo Fixed typo in git_repository_reinit_filesystem() documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/sys/repository.h b/include/git2/sys/repository.h
index 082a844..800396c 100644
--- a/include/git2/sys/repository.h
+++ b/include/git2/sys/repository.h
@@ -56,7 +56,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,