Skip to content

Commit caf8bb1

Browse files
authored
Merge pull request #406 from damiancarrillo/master
Fixing misspelling
2 parents 725b57b + 86b764a commit caf8bb1

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)