From: Andre Noll Date: Sun, 7 May 2023 14:15:12 +0000 (+0200) Subject: test-lib: Fix typo in comment. X-Git-Tag: v0.7.3~25 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=200defc6f41d0b72e2e484ca181e1866a44d490b test-lib: Fix typo in comment. --- 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"