From 200defc6f41d0b72e2e484ca181e1866a44d490b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 7 May 2023 16:15:12 +0200 Subject: [PATCH] test-lib: Fix typo in comment. --- t/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test-lib.sh b/t/test-lib.sh index 75249fe3..f98d76c7 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -279,7 +279,7 @@ fixup_dirs() [[ -z "$o_trash_dir" ]] && o_trash_dir="$test_dir/trashes" [[ -z "$o_man_dir" ]] && o_man_dir="$test_dir/../build/man/man1" - # we want alsolute paths because relative paths become invalid + # we want absolute paths because relative paths become invalid # after changing to the trash dir [[ -n "${o_results_dir##/*}" ]] && o_results_dir="$wd/$o_results_dir" [[ -n "${o_executables_dir##/*}" ]] && o_executables_dir="$wd/$o_results_dir" -- 2.39.2