Fix spelling errors in comments

Change-Id: I9f7de85912c687d37661c3301b5898960082fc13
This commit is contained in:
Stanislav Kudriashev 2013-12-27 13:50:12 +02:00
parent 062c8ac7dd
commit 2e59af91ba
2 changed files with 2 additions and 2 deletions

View File

@ -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::

View File

@ -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: