Skip to content

Commit cbbdcdc

Browse files
bedrogeboegel
andauthored
fix typo
Co-authored-by: Kenneth Hoste <[email protected]>
1 parent 09aa76b commit cbbdcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_lmod_caches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ then
2626
error "${stack_base_dir} does not point to an existing directory!"
2727
fi
2828

29-
# Check if Lmod's cache update script can be found at the expected location (in the compatibility layer of the gien stack)
29+
# Check if Lmod's cache update script can be found at the expected location (in the compatibility layer of the given stack)
3030
update_lmod_system_cache_files="${stack_base_dir}/compat/linux/$(uname -m)/usr/share/Lmod/libexec/update_lmod_system_cache_files"
3131
if [ ! -f ${update_lmod_system_cache_files} ]
3232
then

0 commit comments

Comments
 (0)