mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 21:34:15 +00:00
Fixed typo in git_repository_reinit_filesystem() documentation
This commit is contained in:
parent
a789b36100
commit
22b6a92365
@ -53,7 +53,7 @@ GIT_EXTERN(void) git_repository__cleanup(git_repository *repo);
|
|||||||
*
|
*
|
||||||
* @param repo A repository object
|
* @param repo A repository object
|
||||||
* @param recurse_submodules Should submodules be updated recursively
|
* @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_EXTERN(int) git_repository_reinit_filesystem(
|
||||||
git_repository *repo,
|
git_repository *repo,
|
||||||
|
Loading…
Reference in New Issue
Block a user