summaryrefslogtreecommitdiff
path: root/morphlib/plugins
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-08 17:06:10 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-08 17:06:10 +0100
commitf0f2fd7c2392380964473063285dff5f226a6427 (patch)
tree749349bc085a7c301368c9db343c69bcb98a00e3 /morphlib/plugins
parenta04884d9a79c296023a555279f727a4dc17b5523 (diff)
downloadmorph-f0f2fd7c2392380964473063285dff5f226a6427.tar.gz
Fix typo
Reviewed-By: Daniel Silverstone (on irc) Reviewed-By: Richard Maw (on irc)
Diffstat (limited to 'morphlib/plugins')
-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 1deede4a..e54fe7ad 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -1085,7 +1085,7 @@ class BranchAndMergePlugin(cliapp.Plugin):
self.app.runcmd(['git', 'read-tree', parent_sha1],
cwd=repo_dir, env=env)
- self.app.status(msg='%(repo)s: Adding uncommited changes to '
+ self.app.status(msg='%(repo)s: Adding uncommitted changes to '
'build branch', repo=repo)
# Add all local, uncommitted changes to our internal index.