From 0064fe059a00b97c8cc96a529becae047b94d44b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 23 Feb 2024 15:50:06 +0100 Subject: [PATCH] modulecmd: typo in comment fixed --- Pmodules/modulecmd.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 04cac2a..739f4c2 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -1092,7 +1092,7 @@ get_available_modules() { (( ${#dir_entries[@]} > 0 )) || continue local sdirs="${dir##*/modulesfiles}" - # loop over all files (and sym-link) in this directory and + # loop over all files (and sym-links) in this directory and # its sub-directories local mod='' # module_name/module_version while read mod; do