From 97dc8f7e309b120e70896e915f688aa9e18fea2e Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 27 Dec 2025 23:21:47 -0800 Subject: [PATCH] chore: fix spelling of behaviour Signed-off-by: Robin H. Johnson --- .github/ISSUE_TEMPLATE/bug_report_v4.md | 4 ++-- project-words.txt | 2 ++ scripts/shunit2 | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_v4.md b/.github/ISSUE_TEMPLATE/bug_report_v4.md index e9d7b14c..e505cb93 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v4.md +++ b/.github/ISSUE_TEMPLATE/bug_report_v4.md @@ -34,13 +34,13 @@ The command you ran: yq eval-all 'select(fileIndex==0) | .a.b.c' data1.yml data2.yml ``` -**Actual behavior** +**Actual behaviour** ```yaml cat: meow ``` -**Expected behavior** +**Expected behaviour** ```yaml this: should really work diff --git a/project-words.txt b/project-words.txt index bff2d486..794d4678 100644 --- a/project-words.txt +++ b/project-words.txt @@ -289,3 +289,5 @@ unlabelled kyaml KYAML nokyaml +buildvcs +behaviour diff --git a/scripts/shunit2 b/scripts/shunit2 index f15ec1f1..a75058df 100755 --- a/scripts/shunit2 +++ b/scripts/shunit2 @@ -783,7 +783,7 @@ _FAIL_NOT_SAME_='eval failNotSame --lineno "${LINENO:-}"' # None startSkipping() { __shunit_skip=${SHUNIT_TRUE}; } -# Resume the normal recording behavior of assert and fail calls. +# Resume the normal recording behaviour of assert and fail calls. # # Args: # None @@ -1293,7 +1293,7 @@ if command [ "${__shunit_mode}" = "${__SHUNIT_MODE_STANDALONE}" ]; then command . "`_shunit_prepForSourcing \"${__shunit_script}\"`" fi -# Configure default output coloring behavior. +# Configure default output coloring behaviour. _shunit_configureColor "${SHUNIT_COLOR}" # Execute the oneTimeSetUp function (if it exists).