diff --git a/jenkins/scripts/gerrit-git-prep.sh b/jenkins/scripts/gerrit-git-prep.sh index df655ca5c1..d8c4078cd2 100755 --- a/jenkins/scripts/gerrit-git-prep.sh +++ b/jenkins/scripts/gerrit-git-prep.sh @@ -53,7 +53,7 @@ if [ -z "$ZUUL_REF" ]; then # use the origin since zuul mergers have outdated branches ZUUL_URL=$GIT_ORIGIN else - echo "Provide either ZUUL_REF or BRANCH in the calling enviromnent." + echo "Provide either ZUUL_REF or BRANCH in the calling environment." exit 1 fi fi diff --git a/nodepool/elements/initialize-urandom/static/usr/local/bin/initialize-urandom.py b/nodepool/elements/initialize-urandom/static/usr/local/bin/initialize-urandom.py index 5ff4b06d81..547175a659 100755 --- a/nodepool/elements/initialize-urandom/static/usr/local/bin/initialize-urandom.py +++ b/nodepool/elements/initialize-urandom/static/usr/local/bin/initialize-urandom.py @@ -223,7 +223,7 @@ class Pump(object): r = self.getrandom(1, nonblock=True) if len(r) != 1: raise Exception("No data returned from getrandom") - print("Nonblocking pool initilaized") + print("Nonblocking pool initialized") return True except GeneratorNotInitializedError: return False