Merge "Fix typo"

This commit is contained in:
Zuul 2018-06-06 02:44:23 +00:00 committed by Gerrit Code Review
commit 37c31261bb
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ Finally, add the swift devices to fstab:
Configure a user and project in Keystone
----------------------------------------
We use the opnstack cli to configure a user and project
We use the openstack cli to configure a user and project
used by the storlets functional tests. We start by
defining some environment variables:

View File

@ -87,7 +87,7 @@ class SBusServer(object):
handler = getattr(self, func_name)
getattr(handler, 'is_command_handler')
except AttributeError:
raise ValueError('Command %s is not allowd for this server' %
raise ValueError('Command %s is not allowed for this server' %
command)
return handler