summaryrefslogtreecommitdiff
path: root/morphlib/plugins/trebuchet_plugin.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-12 11:40:51 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-12 11:40:51 +0000
commitf4894d37cd96953707635ea1902a0a115741f4e3 (patch)
tree90d9b3489f9abe6631e8968e56f9846c7b64b4de /morphlib/plugins/trebuchet_plugin.py
parent3853f1986ca04deee5d470f9f5f181556bcd29ed (diff)
downloadmorph-f4894d37cd96953707635ea1902a0a115741f4e3.tar.gz
Fix spelling mistakes
Diffstat (limited to 'morphlib/plugins/trebuchet_plugin.py')
-rw-r--r--morphlib/plugins/trebuchet_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/trebuchet_plugin.py b/morphlib/plugins/trebuchet_plugin.py
index 4fa25e91..2bdf4c3c 100644
--- a/morphlib/plugins/trebuchet_plugin.py
+++ b/morphlib/plugins/trebuchet_plugin.py
@@ -93,7 +93,7 @@ class TrebuchetPlugin(cliapp.Plugin):
if len(args) != 7:
raise cliapp.AppException('make-patch requires arguments: '
- 'name of output file plus two triplest')
+ 'name of output file plus two triplets')
output = args[0]
repo_name1, ref1, filename1 = args[1:4]