Skip to content

Commit

Permalink
Merge pull request libgit2#489 from lht/fix-doc-bare-repo
Browse files Browse the repository at this point in the history
Fix typo in repository documentation
  • Loading branch information
vmg committed Nov 22, 2011
2 parents e4c93a3 + 28ba94c commit 967617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/git2/repository.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 967617c

Please sign in to comment.