Merge "correct spelling error with word 'databse'"

This commit is contained in:
Zuul 2018-03-09 13:59:50 +00:00 committed by Gerrit Code Review
commit dc8b3dc81c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ LOG = log.getLogger(__name__)
# storage backend options to be registered
_OPTS = [
cfg.StrOpt("backend",
help="Databse backend section name. This section "
help="Database backend section name. This section "
"will be loaded by the proper driver to connect to "
"the database."
),