correct spelling error with word 'databse'

Change-Id: I5e9b5200dec28b542bf84c6204c4766742748d73
This commit is contained in:
wangqi 2018-03-01 14:12:07 +00:00
parent 4641f68e20
commit ffb4c61000
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."
),