vendor/libgit2/include/git2/annotated_commit.h in rugged-1.0.1 vs vendor/libgit2/include/git2/annotated_commit.h in rugged-1.1.0
- old
+ new
@@ -76,10 +76,10 @@
git_annotated_commit **out,
git_repository *repo,
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
* information on the syntax accepted.
*