Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <[email protected]>
  • Loading branch information
bedroge and boegel authored Mar 26, 2024
1 parent 09aa76b commit cbbdcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_lmod_caches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ then
error "${stack_base_dir} does not point to an existing directory!"
fi

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

0 comments on commit cbbdcdc

Please sign in to comment.