From 68420c88d6d8583ac13f6dec7349e95c805777e9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Nov 2023 11:13:16 +0100 Subject: spec: Fix typos --- spec/score/tq/req/surrender-mrsp.yml | 4 ++-- spec/score/tq/req/surrender-priority-inherit.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/score/tq/req/surrender-mrsp.yml b/spec/score/tq/req/surrender-mrsp.yml index f259ec65..cda43da1 100644 --- a/spec/score/tq/req/surrender-mrsp.yml +++ b/spec/score/tq/req/surrender-mrsp.yml @@ -211,12 +211,12 @@ pre-conditions: test-code: | ctx->suspended = true; text: | - Whiel the new owner is suspended. + While the new owner is suspended. - name: 'No' test-code: | ctx->suspended = false; text: | - Whiel the new owner is not suspended. + While the new owner is not suspended. test-epilogue: null test-prologue: null - name: WaitState diff --git a/spec/score/tq/req/surrender-priority-inherit.yml b/spec/score/tq/req/surrender-priority-inherit.yml index 33efd4ce..82b4b35a 100644 --- a/spec/score/tq/req/surrender-priority-inherit.yml +++ b/spec/score/tq/req/surrender-priority-inherit.yml @@ -312,12 +312,12 @@ pre-conditions: test-code: | ctx->suspended = true; text: | - Whiel the new owner is suspended. + While the new owner is suspended. - name: 'No' test-code: | ctx->suspended = false; text: | - Whiel the new owner is not suspended. + While the new owner is not suspended. test-epilogue: null test-prologue: null - name: WaitState -- cgit v1.2.3