Fix misspell word

Change-Id: Ie0daee5800f89c50f1d80d14b9a8dd726c04da7b
This commit is contained in:
Q.hongtao 2019-09-06 16:51:04 +08:00
parent af0087b5da
commit 10146978ea
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ def update_database(conf):
def loadapp(config, project_name=None):
"""WSGI application creator for placement.
:param config: An olso_config.cfg.ConfigOpts containing placement
:param config: An oslo_config.cfg.ConfigOpts containing placement
configuration.
:param project_name: oslo_config project name. Ignored, preserved for
backwards compatibility

View File

@ -37,7 +37,7 @@ from placement.tests.functional.fixtures import capture
from placement.tests.unit import policy_fixture
# This global conf is not a global olso_config.cfg.CONF. It's a global
# This global conf is not a global oslo_config.cfg.CONF. It's a global
# used locally to work around a limitation in the way that gabbi instantiates
# the WSGI application being tested.
CONF = None