summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2013-11-06 17:25:18 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2013-11-06 17:25:18 +0000
commitc619991ffef6d98d20857953ec93292c69722eb9 (patch)
treea0cd05033eb41e9d417f914629d830ab6040c8c6
parent4ab7189772e99501111844b98fab5a1d7f6e9fcf (diff)
downloadmorph-c619991ffef6d98d20857953ec93292c69722eb9.tar.gz
Fix typo
-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 a2d2174a..454caade 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -681,7 +681,7 @@ class BranchAndMergePlugin(cliapp.Plugin):
If the `gcc` repository already had a git branch named after
the system branch, that is reused. Similarly, if the stratum
- morphology was already pointing that that branch, it doesn't
+ morphology was already pointing at that branch, it doesn't
need to be changed again. In that case, the only action Morph
does is to clone the chunk repository locally, and if that was
also done already, Morph does nothing.