summaryrefslogtreecommitdiff
path: root/morphlib/plugins/trebuchet_plugin.py
diff options
context:
space:
mode:
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]