summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
diff options
context:
space:
mode:
authorKevin Sawicki <kevin@github.com>2013-01-06 10:39:35 -0800
committerKevin Sawicki <kevin@github.com>2013-01-06 10:39:35 -0800
commit7eb222fc7d392e8570e93373d7ffc7f67ea792cc (patch)
treebccfb6acf06f51f9566b505bf7bf6233b6678e2e /include/git2/repository.h
parente5562e181cd76d3b0447011bc892c86b03ed2952 (diff)
downloadlibgit2-7eb222fc7d392e8570e93373d7ffc7f67ea792cc.tar.gz
Correct typos in documentation
Diffstat (limited to 'include/git2/repository.h')
-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 1371d5409..abd7de8fd 100644
--- a/include/git2/repository.h
+++ b/include/git2/repository.h
@@ -609,7 +609,7 @@ GIT_EXTERN(int) git_repository_set_head_detached(
* updated into making it point to the peeled Commit, and 0 is returned.
*
* If the HEAD is already detached and points to a non commitish, the HEAD is
- * unaletered, and -1 is returned.
+ * unaltered, and -1 is returned.
*
* Otherwise, the HEAD will be detached and point to the peeled Commit.
*