diff options
| author | Vicent Marti <tanoku@gmail.com> | 2012-10-19 23:44:49 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2012-10-19 23:44:49 +0200 |
| commit | 875b16eb54b72d9e0471230e93e59160696036c4 (patch) | |
| tree | dd8a2a51c5133430bd8f1949d53100fa14e0328a /include/git2/repository.h | |
| parent | cf028856bcfca6d047d04856af9be38b1dd772bc (diff) | |
| download | libgit2-875b16eb54b72d9e0471230e93e59160696036c4.tar.gz | |
repository: Typo
Diffstat (limited to 'include/git2/repository.h')
| -rw-r--r-- | include/git2/repository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/repository.h b/include/git2/repository.h index 32a2f6449..193ac9523 100644 --- a/include/git2/repository.h +++ b/include/git2/repository.h @@ -564,7 +564,7 @@ GIT_EXTERN(int) git_repository_set_head_detached( * * @param repo Repository pointer * @return 0 on success, GIT_EORPHANEDHEAD when HEAD points to a non existing - * branchor an error code + * branch or an error code */ GIT_EXTERN(int) git_repository_detach_head( git_repository* repo); |
