From 600548a7b7ce551deb347970dce95409c50ed79a Mon Sep 17 00:00:00 2001 From: Simon Branford <4967+branfosj@users.noreply.github.com> Date: Wed, 4 Jan 2023 10:22:36 +0000 Subject: [PATCH 1/2] development --- easybuild/framework/easyconfig/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easybuild/framework/easyconfig/constants.py b/easybuild/framework/easyconfig/constants.py index f684985b21..2a4b73489e 100644 --- a/easybuild/framework/easyconfig/constants.py +++ b/easybuild/framework/easyconfig/constants.py @@ -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"), } From c0de44c3137a84a74cd97a74dbc329c724340529 Mon Sep 17 00:00:00 2001 From: Simon Branford <4967+branfosj@users.noreply.github.com> Date: Wed, 4 Jan 2023 10:24:08 +0000 Subject: [PATCH 2/2] spelling --- easybuild/framework/easyconfig/default.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easybuild/framework/easyconfig/default.py b/easybuild/framework/easyconfig/default.py index 0b44307478..1767f3ccf2 100644 --- a/easybuild/framework/easyconfig/default.py +++ b/easybuild/framework/easyconfig/default.py @@ -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 "