From 28ba94ceed7c7ac218314bd658279fe3ec52835b Mon Sep 17 00:00:00 2001 From: Haitao Li Date: Fri, 18 Nov 2011 17:43:43 +0800 Subject: [PATCH] Fix typo in repository documentation --- include/git2/repository.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/repository.h b/include/git2/repository.h index 161826b26..2e9baf6c0 100644 --- a/include/git2/repository.h +++ b/include/git2/repository.h @@ -277,7 +277,7 @@ GIT_EXTERN(const char *) git_repository_path(git_repository *repo, git_repositor * Check if a repository is bare * * @param repo Repo to test - * @return 1 if the repository is empty, 0 otherwise. + * @return 1 if the repository is bare, 0 otherwise. */ GIT_EXTERN(int) git_repository_is_bare(git_repository *repo);