Fix the misspelling of "configuration"

Change-Id: I48831cccd6ad985515875f10afe6d5600d1529d6
This commit is contained in:
lijunjie 2018-12-27 16:19:21 +08:00
parent 574ad2c411
commit 2a8f616dcb
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class ManilaCharm(charms_openstack.charm.HAOpenStackCharm):
def custom_assess_status_check(self):
"""Verify that the configuration provided is valid and thus the service
is ready to go. This will return blocked if the configuraiton is not
is ready to go. This will return blocked if the configuration is not
valid for the service.
:returns (status: string, message: string): the status, and message if