diff --git a/releasenotes/notes/import-murano-core-library-86f00abaa21cfb94.yaml b/releasenotes/notes/import-murano-core-library-86f00abaa21cfb94.yaml index fde8e8a56364918398d602901b1f105275cb605f..c914e82f86c9b86abd0d0b6c49b3769c760a9c08 100644 --- a/releasenotes/notes/import-murano-core-library-86f00abaa21cfb94.yaml +++ b/releasenotes/notes/import-murano-core-library-86f00abaa21cfb94.yaml @@ -1,4 +1,4 @@ --- features: - - Import Murano core libary during install required + - Import Murano core library during install required for Murano operation. diff --git a/tools/setup_Debian.sh b/tools/setup_Debian.sh index 5e4f1398665624b92810c25e57df6c403b415b00..5154989d325f0722ea452257eb51e0894800c17a 100755 --- a/tools/setup_Debian.sh +++ b/tools/setup_Debian.sh @@ -11,7 +11,7 @@ function add_key { echo "Failed to add Docker keyring" exit 1 fi - # hkp://pool.sks-keyservers.net intermittenly doesnt have the correct + # hkp://pool.sks-keyservers.net intermittenly doesn't have the correct # keyring. p80 is what the docker script pulls from and what we should # use for reliability too sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D && break || :