summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2011-11-21 16:37:44 -0800
committerVicent Martí <tanoku@gmail.com>2011-11-21 16:37:44 -0800
commit967617ccada340d7c089c5ac8f741b30d69fac12 (patch)
treea13b5aa1205d41146a69c2dd8e67a3df35d13990
parente4c93a392763a006d11e1c1dd01c12f85498dad5 (diff)
parent28ba94ceed7c7ac218314bd658279fe3ec52835b (diff)
downloadlibgit2-967617ccada340d7c089c5ac8f741b30d69fac12.tar.gz
Merge pull request #489 from lht/fix-doc-bare-repo
Fix typo in repository documentation
-rw-r--r--include/git2/repository.h2
1 files changed, 1 insertions, 1 deletions
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);