Merge "Fix spelling errors in comments"

This commit is contained in:
Jenkins 2014-01-11 17:06:08 +00:00 committed by Gerrit Code Review
commit 4f431ea652
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

@ -320,7 +320,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: