chore: fix spelling of behaviour

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2025-12-27 23:21:47 -08:00 committed by Robin H. Johnson
parent 8309b07ab8
commit 97dc8f7e30
No known key found for this signature in database
GPG Key ID: 19395F23C58826C4
3 changed files with 6 additions and 4 deletions

View File

@ -34,13 +34,13 @@ The command you ran:
yq eval-all 'select(fileIndex==0) | .a.b.c' data1.yml data2.yml yq eval-all 'select(fileIndex==0) | .a.b.c' data1.yml data2.yml
``` ```
**Actual behavior** **Actual behaviour**
```yaml ```yaml
cat: meow cat: meow
``` ```
**Expected behavior** **Expected behaviour**
```yaml ```yaml
this: should really work this: should really work

View File

@ -289,3 +289,5 @@ unlabelled
kyaml kyaml
KYAML KYAML
nokyaml nokyaml
buildvcs
behaviour

View File

@ -783,7 +783,7 @@ _FAIL_NOT_SAME_='eval failNotSame --lineno "${LINENO:-}"'
# None # None
startSkipping() { __shunit_skip=${SHUNIT_TRUE}; } 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: # Args:
# None # None
@ -1293,7 +1293,7 @@ if command [ "${__shunit_mode}" = "${__SHUNIT_MODE_STANDALONE}" ]; then
command . "`_shunit_prepForSourcing \"${__shunit_script}\"`" command . "`_shunit_prepForSourcing \"${__shunit_script}\"`"
fi fi
# Configure default output coloring behavior. # Configure default output coloring behaviour.
_shunit_configureColor "${SHUNIT_COLOR}" _shunit_configureColor "${SHUNIT_COLOR}"
# Execute the oneTimeSetUp function (if it exists). # Execute the oneTimeSetUp function (if it exists).