Fix the misspelling of "available"
Change-Id: Ief5b3707273ad710ec6270924895d69d7a010795
This commit is contained in:
parent
08820175f5
commit
73be7a9054
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user