From 6f0b5929752aa2e2ad3d1b41e3acc8da5ee529cf Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 7 Mar 2021 16:20:49 +0000 Subject: [PATCH] spelling --- lgsm/functions/check_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 5a046f778..94e48e672 100755 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -455,7 +455,7 @@ fn_deps_build_debian(){ array_deps_required+=( libc++1 ) fi - # check if system is a lxc container and add the hosstname dependency + # check if system is a lxc container and the hostname dependency. if command -v systemd-detect-virt &> /dev/null; then systemd_virt=$(systemd-detect-virt) if [ "${systemd_virt}" == "lxc" ]||[ "${systemd_virt}" == "lxc-libvirt" ]; then @@ -567,7 +567,7 @@ fn_deps_build_redhat(){ array_deps_required+=( libcxx ) fi - # check if system is a lxc container and add the hosstname dependency + # check if system is a lxc container and the hostname dependency. if command -v systemd-detect-virt &> /dev/null; then systemd_virt=$(systemd-detect-virt) if [ "${systemd_virt}" == "lxc" ]||[ "${systemd_virt}" == "lxc-libvirt" ]; then