Fix misspells.

This commit is contained in:
Chris Song 2017-06-05 20:20:18 +09:00
parent 38e0922d1e
commit 379ddde242
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ void MPIRendezvousMgr::AddRequest(RecvTensorRequest request,
this->QueueSendRequest(req); this->QueueSendRequest(req);
// Wait for the notification that indicates the tensor has been // 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 // have not parsed the tensor to proto
if (doOptimalTransfer) mpi_send_call->n_.WaitForNotification(); if (doOptimalTransfer) mpi_send_call->n_.WaitForNotification();
}; // done_cb }; // done_cb

View File

@ -897,7 +897,7 @@ class _ClassPageInfo(object):
@property @property
def guides(self): 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 return self._guides
def set_guides(self, guides): def set_guides(self, guides):