Fix typo in oslo_messaging/_drivers/protocols/amqp/opts.py

This typo affects a lot of projects.

Change-Id: I98e770d1a585fae58282dc1739107bb472eaca20
This commit is contained in:
Mitsuhiro SHIGEMATSU 2015-04-06 00:18:12 +09:00
parent 07c3e8b049
commit 6a83bfbf35

View File

@ -49,7 +49,7 @@ amqp1_opts = [
cfg.StrOpt('ssl_ca_file',
default='',
deprecated_group='amqp1',
help="CA certificate PEM file for verifing server certificate"),
help="CA certificate PEM file to verify server certificate"),
cfg.StrOpt('ssl_cert_file',
default='',