summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index ae2eb82d..b848eb81 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -862,7 +862,7 @@ class BranchAndMergePlugin(cliapp.Plugin):
elif args[i].startswith('--message='):
msg_args.append(args[i])
- # Fail if no commit mesage was provided.
+ # Fail if no commit message was provided.
if not msg_args:
raise cliapp.AppException(
'Commit message expected. Please run one of '