From: Christian Goeschel Ndjomouo Date: Thu, 9 Apr 2026 12:10:21 +0000 (-0400) Subject: tests: fix grammar in functions.sh X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=14766cbf1eb36bd7da0f6d415644418bb3327b20;p=thirdparty%2Futil-linux.git tests: fix grammar in functions.sh Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/functions.sh b/tests/functions.sh index 4a00463a8..bf9c8e939 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -344,7 +344,7 @@ function ts_init_env { . "$top_builddir/meson.conf" fi - # We use helpser always from build tree + # We always use helpers from the build tree ts_helpersdir="${top_builddir}/" TS_USE_SYSTEM_COMMANDS=$(ts_has_option "use-system-commands" "$*")