]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: fix grammar in functions.sh
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 9 Apr 2026 12:10:21 +0000 (08:10 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 9 Apr 2026 12:34:12 +0000 (08:34 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
tests/functions.sh

index 4a00463a80475d942731ee83a2ae03b16ca702bd..bf9c8e9399b39587af1da2577e40819d53df48ac 100644 (file)
@@ -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" "$*")