mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 04:29:42 +00:00
Merge pull request #2839 from swisspol/typo
Fixed typo in git_repository_reinit_filesystem() documentation
This commit is contained in:
commit
f483720c6f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user