Commit 967617ccada340d7c089c5ac8f741b30d69fac12

Vicent Martí 2011-11-21T16:37:44

Merge pull request #489 from lht/fix-doc-bare-repo Fix typo in repository documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/repository.h b/include/git2/repository.h
index 161826b..2e9baf6 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);