Commit 875b16eb54b72d9e0471230e93e59160696036c4

Vicent Marti 2012-10-19T23:44:49

repository: Typo

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 32a2f64..193ac95 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);