summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-05-14 14:35:22 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-05-20 14:04:57 +0000
commit4e07f7eff55c865af33bc7455384690ab5396e5f (patch)
tree8b2740e924b7890c3801d8a1b37ef4d2f488d10e
parent31ddf5da04385dcf060334bbe0948ced23b96513 (diff)
downloadmorph-4e07f7eff55c865af33bc7455384690ab5396e5f.tar.gz
yarns: Fix typo in cross-bootstrap yarn
Change-Id: I8e5726cd1c16b7ef3c614e647f3ccfe50bf80ffe
-rw-r--r--yarns/architecture.yarn2
-rw-r--r--yarns/implementations.yarn4
2 files changed, 3 insertions, 3 deletions
diff --git a/yarns/architecture.yarn b/yarns/architecture.yarn
index 07274ec3..b558e378 100644
--- a/yarns/architecture.yarn
+++ b/yarns/architecture.yarn
@@ -15,7 +15,7 @@ Morph Cross-Building Tests
Morph Cross-Bootstrap Tests
===========================
- SCENARIO cross-bootstraping a system for a different architecture
+ SCENARIO cross-bootstrapping a system for a different architecture
GIVEN a workspace
AND a git server
AND a system called base-system-testarch.morph for the test architecture in the git server
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 8244cfa0..a57884ab 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -832,8 +832,8 @@ Implementation sections for building
if [ "$MATCH_1" != "attempts to " ]; then run_morph "$@"
else attempt_morph "$@"; fi
-Implementation sections for cross-bootstraping
-==============================================
+Implementation sections for cross-bootstrapping
+===============================================
IMPLEMENTS THEN the user cross-bootstraps the system (\S+) in branch (\S+) of repo (\S+) to the arch (\S+)
cd "$DATADIR/workspace/$MATCH_2/test/morphs"