summaryrefslogtreecommitdiff
path: root/include/git2/annotated_commit.h
diff options
context:
space:
mode:
authorSven <SirWindfield@users.noreply.github.com>2020-08-18 14:58:21 +0200
committerGitHub <noreply@github.com>2020-08-18 14:58:21 +0200
commite46ef5eeb2a1ce3dcc785a6189071b1108d4d4c1 (patch)
tree34f903566251ab61264349606e04ff6d77a70be0 /include/git2/annotated_commit.h
parentc71321a099373753c22055921c8f538afed5ebb6 (diff)
downloadlibgit2-e46ef5eeb2a1ce3dcc785a6189071b1108d4d4c1.tar.gz
docs: fix typo
Diffstat (limited to 'include/git2/annotated_commit.h')
-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