summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2020-08-24 10:28:02 +0200
committerGitHub <noreply@github.com>2020-08-24 10:28:02 +0200
commit8a24ee8a14d1906941f9ddd978014ecd38bbd758 (patch)
tree34f903566251ab61264349606e04ff6d77a70be0
parentc71321a099373753c22055921c8f538afed5ebb6 (diff)
parente46ef5eeb2a1ce3dcc785a6189071b1108d4d4c1 (diff)
downloadlibgit2-8a24ee8a14d1906941f9ddd978014ecd38bbd758.tar.gz
Merge pull request #5610 from SirWindfield/patch-1
docs: fix typo
-rw-r--r--include/git2/annotated_commit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/annotated_commit.h b/include/git2/annotated_commit.h
index fa795bfc4..3b7103f20 100644
--- a/include/git2/annotated_commit.h
+++ b/include/git2/annotated_commit.h
@@ -78,7 +78,7 @@ GIT_EXTERN(int) git_annotated_commit_lookup(
const git_oid *id);
/**
- * Creates a `git_annotated_comit` from a revision string.
+ * Creates a `git_annotated_commit` from a revision string.
*
* See `man gitrevisions`, or
* http://git-scm.com/docs/git-rev-parse.html#_specifying_revisions for