Skip to content

Commit 156b1df

Browse files
authored
fix typo
1 parent 6f72f44 commit 156b1df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_lmodsitepackage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
cudaVersion = os.getenv("EESSI_CUDA_DRIVER_VERSION")
198198
local cudaVersion_req = os.getenv("EESSICUDAVERSION")
199199
-- Account for the fact that the script sourced above was designed to never return a non-zero exit
200-
-- even if it failes to set EESSI_CUDA_DRIVER_VERSION
200+
-- even if it fails to set EESSI_CUDA_DRIVER_VERSION
201201
-- Essentially, we handle that case here by raising an error, which can be suppressed
202202
if not cudaVersion or cudaVersion == "" then
203203
local suppress_var = "EESSI_CUDA_DRIVER_VERSION_SUPPRESS_WARNING"

0 commit comments

Comments
 (0)