Fix the misspelling of "available"

Change-Id: Ief5b3707273ad710ec6270924895d69d7a010795
This commit is contained in:
lijunjie 2019-01-22 12:04:15 +08:00
parent 08820175f5
commit 73be7a9054
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ try:
import collectd
# pylint: enable=import-error
except ImportError:
collectd = None # when running unit tests collectd is not avaliable
collectd = None # when running unit tests collectd is not available
import collectd_openstack
from collectd_openstack.aodh.notifier import Notifier

View File

@ -20,7 +20,7 @@ try:
import collectd
# pylint: enable=import-error
except ImportError:
collectd = None # when running unit tests collectd is not avaliable
collectd = None # when running unit tests collectd is not available
import collectd_openstack
from collectd_openstack.common.logger import CollectdLogHandler