From 4d0ab452001058cc9742cedc8ae86c6faab0ced4 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 1 Sep 2015 16:42:50 +0900 Subject: [PATCH] Fix typos in a document and a comment reciever => receiver explict => explicit Change-Id: I777ca463cefa222d8c5251ce29a898f46119b122 --- doc/source/zmq_driver.rst | 2 +- oslo_messaging/_drivers/protocols/amqp/controller.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/zmq_driver.rst b/doc/source/zmq_driver.rst index 099ed342f..a1de898c6 100644 --- a/doc/source/zmq_driver.rst +++ b/doc/source/zmq_driver.rst @@ -181,7 +181,7 @@ The way that deploy the receiver process is to run it under a new user 'oslo' and give all openstack daemons access via group membership of 'oslo' - this supports using /var/run/openstack as a shared IPC directory for all openstack processes, allowing different services to be hosted on the same server, served -by a single oslo-messaging-zmq-reciever process. +by a single oslo-messaging-zmq-receiver process. The IPC runtime directory, 'rpc_zmq_ipc_dir', can be set in [DEFAULT] section. diff --git a/oslo_messaging/_drivers/protocols/amqp/controller.py b/oslo_messaging/_drivers/protocols/amqp/controller.py index 8d949ed2e..6c61663af 100644 --- a/oslo_messaging/_drivers/protocols/amqp/controller.py +++ b/oslo_messaging/_drivers/protocols/amqp/controller.py @@ -444,7 +444,7 @@ class Controller(pyngus.ConnectionEventHandler): conn_props["x-ssl-ca-file"] = self.ssl_ca_file if self.ssl_cert_file: # assume this connection is for a server. If client authentication - # support is developed, we'll need an explict flag (server or + # support is developed, we'll need an explicit flag (server or # client) conn_props["x-ssl-server"] = True conn_props["x-ssl-identity"] = (self.ssl_cert_file,