Skip to content

Commit

Permalink
Merge pull request #657 from saiwing-yeung/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vidartf committed Mar 24, 2023
2 parents 50c9347 + d5a3a48 commit 9fbfd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbdime/nbmergeapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main_merge(args):
returncode = 1 if conflicted else 0

if conflicted:
logger.warning("Conflicts occured during merge operation.")
logger.warning("Conflicts occurred during merge operation.")
else:
logger.debug("Merge completed successfully with no unresolvable conflicts.")

Expand Down

0 comments on commit 9fbfd46

Please sign in to comment.