Skip to content

Commit

Permalink
Merge pull request #4154 from branfosj/spelling
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
boegel authored Jan 4, 2023
2 parents c6623dc + c0de44c commit afbf5a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions easybuild/framework/easyconfig/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _get_arch_constant():
'OS_PKG_OPENSSL_LIB': (('libssl', 'libopenssl'),
"OS packages providing openSSL libraries"),
'OS_PKG_OPENSSL_DEV': (('openssl-devel', 'libssl-dev', 'libopenssl-devel'),
"OS packages providing openSSL developement support"),
"OS packages providing openSSL development support"),
'OS_PKG_PAM_DEV': (('pam-devel', 'libpam0g-dev'),
"OS packages providing Pluggable Authentication Module (PAM) developement support"),
"OS packages providing Pluggable Authentication Module (PAM) development support"),
}
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 afbf5a6

Please sign in to comment.