]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
test-lib: Fix typo in comment.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 May 2023 14:15:12 +0000 (16:15 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 10 May 2023 16:52:51 +0000 (18:52 +0200)
t/test-lib.sh

index 75249fe32b0b0e159b4b6ad1773efa2673b2cd22..f98d76c741e4dd6aa54e30639585d03a793a6c4a 100644 (file)
@@ -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"