From 314bb94f1fe8059921aacbde70f276ba96064e12 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 2 Mar 2022 09:25:12 +0100 Subject: [PATCH] modulecmd: typos in output fixed --- Pmodules/modulecmd.bash.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 465e16c..68a79cd 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -1929,7 +1929,7 @@ subcommand_purge() { if (( ${#args[@]} > 0 )); then std::die 3 "%s %s: %s" \ "${CMD}" "${subcommand}" \ - "no arguments allowd" + "no arguments allowed" fi # is a Pmodule module loaded? @@ -2026,7 +2026,7 @@ subcommand_list() { if (( ${#args[@]} > 0 )); then std::die 3 "%s %s: %s" \ "${CMD}" "${subcommand}" \ - "no arguments allowd" + "no arguments allowed" fi "${modulecmd}" "${Shell}" list "${opts[@]}" }