Fix minor typos in parameter help texts

Change-Id: I38755167fb67b0b78f6e8ea69e6569f13b35cf74
This commit is contained in:
Takashi Kajinami 2024-01-30 18:22:02 +09:00
parent 8d5eabcdfb
commit af77d1da80

View File

@ -130,7 +130,7 @@ FILE_OPTIONS = {
help='the password for the memcached which SASL enabled'),
cfg.BoolOpt('tls_enabled',
default=False,
help='Global toggle for TLS usage when comunicating with'
help='Global toggle for TLS usage when communicating with'
' the caching servers.'),
cfg.StrOpt('tls_cafile',
default=None,