diff --git a/oslo/messaging/rpc/client.py b/oslo/messaging/rpc/client.py index dd22b8a22..982df3378 100644 --- a/oslo/messaging/rpc/client.py +++ b/oslo/messaging/rpc/client.py @@ -339,7 +339,7 @@ class RPCClient(object): listed in the allow_remote_exmods messaging.get_transport() parameter, then it this exception will be re-raised by call(). However, such locally re-raised remote exceptions are distinguishable from the same - exception type raised locally becayse re-raised remote exceptions are + exception type raised locally because re-raised remote exceptions are modified such that their class name ends with the '_Remote' suffix so you may do:: diff --git a/oslo/messaging/transport.py b/oslo/messaging/transport.py index 4ffefc91e..8aa33438e 100644 --- a/oslo/messaging/transport.py +++ b/oslo/messaging/transport.py @@ -319,7 +319,7 @@ class TransportURL(object): Netloc is parsed following the sequence bellow: - * It is first splitted by ',' in order to support multiple hosts + * It is first split by ',' in order to support multiple hosts * The last parsed username and password will be propagated to the rest of hosts specified: