Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Jan 4, 2023
1 parent 600548a commit c0de44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easybuild/framework/easyconfig/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
'checksums': [[], "Checksums for sources and patches", BUILD],
'configopts': ['', 'Extra options passed to configure (default already has --prefix)', BUILD],
'cuda_compute_capabilities': [[], "List of CUDA compute capabilities to build with (if supported)", BUILD],
'download_instructions': ['', "Specify steps to aquire necessary file, if obtaining it is difficult", BUILD],
'download_instructions': ['', "Specify steps to acquire necessary file, if obtaining it is difficult", BUILD],
'easyblock': [None, "EasyBlock to use for building; if set to None, an easyblock is selected "
"based on the software name", BUILD],
'easybuild_version': [None, "EasyBuild-version this spec-file was written for", BUILD],
'enhance_sanity_check': [False, "Indicate that additional sanity check commands & paths should enhance "
"the existin sanity check, not replace it", BUILD],
"the existing sanity check, not replace it", BUILD],
'fix_bash_shebang_for': [None, "List of files for which Bash shebang should be fixed "
"to '#!/usr/bin/env bash' (glob patterns supported)", BUILD],
'fix_perl_shebang_for': [None, "List of files for which Perl shebang should be fixed "
Expand Down

0 comments on commit c0de44c

Please sign in to comment.