Merge "Fix typo in config help"

This commit is contained in:
Jenkins 2015-09-25 07:21:44 +00:00 committed by Gerrit Code Review
commit abf84b0ed6

View File

@ -496,7 +496,7 @@ FILE_OPTIONS = {
'oauth1': [
cfg.StrOpt('driver',
default='sql',
help='Entrypoint for hte OAuth backend driver in the '
help='Entrypoint for the OAuth backend driver in the '
'keystone.oauth1 namespace.'),
cfg.IntOpt('request_token_duration', default=28800,
help='Duration (in seconds) for the OAuth Request Token.'),