Skip to content

Commit 86b764a

Browse files
committed
Fixing misspelling
1 parent 718799c commit 86b764a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ impl Repository {
14841484
/// after this completes, resolve any conflicts and prepare a commit.
14851485
///
14861486
/// For compatibility with git, the repository is put into a merging state.
1487-
/// Once the commit is done (or if the uses wishes to abort), you should
1487+
/// Once the commit is done (or if the user wishes to abort), you should
14881488
/// clear this state by calling git_repository_state_cleanup().
14891489
pub fn merge(&self,
14901490
annotated_commits: &[&AnnotatedCommit],

0 commit comments

Comments
 (0)