From e456c6e18ce47279d429b38f0b348e1a5f2b2beb Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 23 Sep 2024 11:41:52 -0400 Subject: Fix spelling --- tests/run.sh | 2 +- tests/util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/run.sh b/tests/run.sh index 612e11a..164790e 100644 --- a/tests/run.sh +++ b/tests/run.sh @@ -159,7 +159,7 @@ comake() { exec {READY_PIPE}<&${COPROC[0]} {DONE_PIPE}>&${COPROC[1]} } -# Print the current test progess +# Print the current test progress progress() { if [ "${BAR:-}" ]; then print_bar "$(printf "$@")" diff --git a/tests/util.sh b/tests/util.sh index 76b72b9..d8b7036 100644 --- a/tests/util.sh +++ b/tests/util.sh @@ -70,7 +70,7 @@ stdenv() { fi } -# Drop root priviliges or bail +# Drop root privileges or bail drop_root() { if command -v capsh &>/dev/null; then if capsh --has-p=cap_dac_override &>/dev/null || capsh --has-p=cap_dac_read_search &>/dev/null; then -- cgit v1.2.3