From f4894d37cd96953707635ea1902a0a115741f4e3 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 12 Nov 2012 11:40:51 +0000 Subject: Fix spelling mistakes --- morphlib/plugins/branch_and_merge_plugin.py | 6 +++--- morphlib/plugins/trebuchet_plugin.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'morphlib/plugins') diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py index 332cdfe9..21a5970c 100644 --- a/morphlib/plugins/branch_and_merge_plugin.py +++ b/morphlib/plugins/branch_and_merge_plugin.py @@ -712,7 +712,7 @@ class BranchAndMergePlugin(cliapp.Plugin): (stratum_name, chunk_name, system_branch)) self.print_changelog('The following changes were made but have not ' - 'been comitted') + 'been committed') def petrify(self, args): '''Convert all chunk refs in a system branch to be fixed SHA1s @@ -783,7 +783,7 @@ class BranchAndMergePlugin(cliapp.Plugin): self.save_morphology(repo_dir, morph, stratum) self.print_changelog('The following changes were made but have not ' - 'been comitted') + 'been committed') def unpetrify(self, args): '''Reverse the process of petrification''' @@ -823,7 +823,7 @@ class BranchAndMergePlugin(cliapp.Plugin): self.save_morphology(root_repo_dir, name, morphology) self.print_changelog('The following changes were made but have not ' - 'been comitted') + 'been committed') # When 'merge' is unset, git doesn't try to resolve conflicts itself in # those files. 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] -- cgit v1.2.1