modulecmd: typo in comment fixed

This commit is contained in:
2024-02-23 15:50:06 +01:00
parent 4f58acd51b
commit 0064fe059a
+1 -1
View File
@@ -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