Merge "Miniscule typo in metering_connection help string"

This commit is contained in:
Jenkins 2014-12-02 16:18:16 +00:00 committed by Gerrit Code Review
commit 4ec5d4dd9d

View File

@ -48,7 +48,7 @@ OPTS = [
"in the database for (<= 0 means forever)."),
cfg.StrOpt('metering_connection',
default=None,
help='The connection string used to connect to the meteting '
help='The connection string used to connect to the metering '
'database. (if unset, connection is used)'),
cfg.StrOpt('alarm_connection',
default=None,