vendor/libgit2/include/git2/merge.h in rugged-1.4.5 vs vendor/libgit2/include/git2/merge.h in rugged-1.5.0
- old
+ new
@@ -601,10 +601,10 @@
* directory. Any changes are staged for commit and any conflicts are written
* to the index. Callers should inspect the repository's index after this
* completes, resolve any conflicts and prepare a commit.
*
* For compatibility with git, the repository is put into a merging
- * state. Once the commit is done (or if the uses wishes to abort),
+ * state. Once the commit is done (or if the user wishes to abort),
* you should clear this state by calling
* `git_repository_state_cleanup()`.
*
* @param repo the repository to merge
* @param their_heads the heads to merge into