Skip to content

Commit 451931c

Browse files
casparvlbedroge
andauthored
Apply suggestions from code review
Co-authored-by: Bob Dröge <[email protected]>
1 parent e274fbe commit 451931c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def is_cuda_cc_supported_by_toolkit(cuda_cc, toolkit_version):
201201
msg +="not known for this toolkit version. Please install the toolkit version manually, run "
202202
msg +="'nvcc --list-gpu-arch' to determine he supported CUDA Compute Capabilities, and then add these "
203203
msg +=f"to the CUDA_SUPPORTED_CCS table in the EasyBuild hooks ({build_option('hooks')}). "
204-
msg += "Alternatively, you can skip the compatiblity check alltogether by setting the "
204+
msg += "Alternatively, you can skip the compatibility check altogether by setting the "
205205
msg += "EESSI_OVERRIDE_CUDA_CC_TOOLKIT_CHECK environment variable."
206206
raise EasyBuildError(msg)
207207

0 commit comments

Comments
 (0)