diff --git a/jenkins/jobs/ceilometer.yaml b/jenkins/jobs/ceilometer.yaml index 2b2b6cdf04..f245cedddc 100644 --- a/jenkins/jobs/ceilometer.yaml +++ b/jenkins/jobs/ceilometer.yaml @@ -204,10 +204,10 @@ #!/bin/bash -xe export PYTHONUNBUFFERED=true - # NOTE(sileht): This job runs on Aodh, Ceilometer and Gnocchi - # Gnocchi uses an independant release cycle. So we map here + # NOTE(sileht): This job runs on Aodh, Ceilometer, and Gnocchi + # Gnocchi uses an independent release cycle. So we map here # which Gnocchi version can be used with other OpenStack - # componements and the reverse. + # components and the reverse. gnocchi_branch= if [ "$ZUUL_PROJECT" == "openstack/gnocchi" ]; then case "$ZUUL_BRANCH" in diff --git a/jenkins/scripts/ZanataUtils.py b/jenkins/scripts/ZanataUtils.py index 22a2d19410..fa51ff19ec 100755 --- a/jenkins/scripts/ZanataUtils.py +++ b/jenkins/scripts/ZanataUtils.py @@ -86,7 +86,7 @@ class ZanataRestService: raise ValueError('Got status code %s for %s' % (r.status_code, request_url)) if raise_errors and not r.content: - raise ValueError('Did not recieve any data from %s' % request_url) + raise ValueError('Did not receive any data from %s' % request_url) return r def push(self, url_fragment, data): diff --git a/jenkins/scripts/bump-milestone.sh b/jenkins/scripts/bump-milestone.sh index 2be8c0ffb7..7a380a9853 100644 --- a/jenkins/scripts/bump-milestone.sh +++ b/jenkins/scripts/bump-milestone.sh @@ -4,7 +4,7 @@ # a project. It does so on an isolated, hidden branch called # refs/meta/openstack/release. Because it's not under refs/heads, a # standard clone won't retrieve it or cause it to show up in the list -# of remote branches. The branch shares no history witht the project +# of remote branches. The branch shares no history with the project # itself; it starts with its own root commit. Jenkins is permitted to # push directly to refs/meta/openstack/*. diff --git a/jenkins/scripts/common_translation_update.sh b/jenkins/scripts/common_translation_update.sh index ce31d32d32..fdeb5c1dde 100644 --- a/jenkins/scripts/common_translation_update.sh +++ b/jenkins/scripts/common_translation_update.sh @@ -442,7 +442,7 @@ function filter_commits { if [ $changed -eq 0 ]; then git reset -q "$f" git checkout -- "$f" - # Check for all files endig with ".po". + # Check for all files ending with ".po". # We will take this import if at least one change adds new content, # thus adding a new translation. # If only lines are removed, we do not need this.