summaryrefslogtreecommitdiff
path: root/test/TEST-64-UDEV-STORAGE
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2021-10-20 09:38:57 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-10-20 22:20:18 +0900
commitba669952b2b706833ce00d1d1eb26ddc4118b578 (patch)
tree7cd83ae11a107dc76199c706973e6f8b2727a732 /test/TEST-64-UDEV-STORAGE
parent231c7645ca761f0347c98fa48c68b3fde00fbc15 (diff)
downloadsystemd-ba669952b2b706833ce00d1d1eb26ddc4118b578.tar.gz
Typos found by codespell
Diffstat (limited to 'test/TEST-64-UDEV-STORAGE')
-rwxr-xr-xtest/TEST-64-UDEV-STORAGE/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-64-UDEV-STORAGE/test.sh b/test/TEST-64-UDEV-STORAGE/test.sh
index 227258f3e4..d9abfc5d95 100755
--- a/test/TEST-64-UDEV-STORAGE/test.sh
+++ b/test/TEST-64-UDEV-STORAGE/test.sh
@@ -121,7 +121,7 @@ test_run() {
for testcase in "${TESTCASES[@]}"; do
_image_cleanup
echo "------ $testcase: BEGIN ------"
- # Note for my future frustrated self: `fun && xxx` (as wel as ||, if, while,
+ # Note for my future frustrated self: `fun && xxx` (as well as ||, if, while,
# until, etc.) _DISABLES_ the `set -e` behavior in _ALL_ nested function
# calls made from `fun()`, i.e. the function _CONTINUES_ even when a called
# command returned non-zero EC. That may unexpectedly hide failing commands