Commit 8a24ee8a14d1906941f9ddd978014ecd38bbd758

Patrick Steinhardt 2020-08-24T10:28:02

Merge pull request #5610 from SirWindfield/patch-1 docs: fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/annotated_commit.h b/include/git2/annotated_commit.h
index fa795bf..3b7103f 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