From 4e07f7eff55c865af33bc7455384690ab5396e5f Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 14 May 2015 14:35:22 +0000 Subject: yarns: Fix typo in cross-bootstrap yarn Change-Id: I8e5726cd1c16b7ef3c614e647f3ccfe50bf80ffe --- yarns/architecture.yarn | 2 +- yarns/implementations.yarn | 4 ++-- 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" -- cgit v1.2.1