Commit 22b6a923 by Pierre-Olivier Latour

Fixed typo in git_repository_reinit_filesystem() documentation

parent a789b361
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment