Merge pull request #10453 from chris-chris/patch/170605-misspell

Fix misspells on comments
This commit is contained in:
Shanqing Cai 2017-06-06 09:37:41 -04:00 committed by GitHub
commit aa2941ffd7
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ void MPIRendezvousMgr::AddRequest(RecvTensorRequest request,
this->QueueSendRequest(req);
// Wait for the notification that indicates the tensor has been
// succesfully transmitted to the remote process. Only needed if we
// successfully transmitted to the remote process. Only needed if we
// have not parsed the tensor to proto
if (doOptimalTransfer) mpi_send_call->n_.WaitForNotification();
}; // done_cb

View File

@ -897,7 +897,7 @@ class _ClassPageInfo(object):
@property
def guides(self):
"""Returns a markdown string containing backlinks to relevent api_guides."""
"""Returns a markdown string containing backlinks to relevant api_guides."""
return self._guides
def set_guides(self, guides):