diff --git a/elements/rhel/README.md b/elements/rhel/README.md index f72d0346d..cf0480b2e 100644 --- a/elements/rhel/README.md +++ b/elements/rhel/README.md @@ -6,7 +6,7 @@ ## Red Hat Subscription Manager (RHSM) -Certificate-based Red Hat Subscription Managment (RHSM) is the default registration type. +Certificate-based Red Hat Subscription Management (RHSM) is the default registration type. * Set DIB_RHSM_USER and DIB_RHSM_PASSWORD to register the system with RHSM during the image building process. This will apply the associated Red Hat Enterprise Linux Server subscription so the latest package updates can be applied. At the end of the image building process, the system will be unregistered from RHSM. * Set DIB_RHSM_POOL to a subscription pool if you do not want the system to use the `--auto-attach` feature of `subscription-manager`. diff --git a/elements/source-repositories/extra-data.d/98-source-repositories b/elements/source-repositories/extra-data.d/98-source-repositories index 3b14ef57c..61bc9618a 100755 --- a/elements/source-repositories/extra-data.d/98-source-repositories +++ b/elements/source-repositories/extra-data.d/98-source-repositories @@ -14,7 +14,7 @@ function get_repos_for_element(){ while read line ; do - # ignore blank lines and lines begining in '#' + # ignore blank lines and lines beginning in '#' [[ "$line" == \#* ]] || [[ -z "$line" ]] && continue if [[ "$line" =~ $REGEX ]] ; then