Fix some word spellings

Change-Id: Ia95837ef10546c786c57de8b6d91ce56c10f82bb
This commit is contained in:
venkatamahesh 2016-02-03 12:46:20 +05:30
parent 221de77380
commit 750c8a8b31
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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):

View File

@ -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/*.

View File

@ -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.