Commit e46ef5eeb2a1ce3dcc785a6189071b1108d4d4c1

Sven 2020-08-18T14:58:21

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