From 379ddde2422ef4810f88002a4ecead4e1fbc656d Mon Sep 17 00:00:00 2001 From: Chris Song Date: Mon, 5 Jun 2017 20:20:18 +0900 Subject: [PATCH] Fix misspells. --- tensorflow/contrib/mpi/mpi_rendezvous_mgr.cc | 2 +- tensorflow/tools/docs/parser.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/contrib/mpi/mpi_rendezvous_mgr.cc b/tensorflow/contrib/mpi/mpi_rendezvous_mgr.cc index 2e9544b0b5e..e97e8d01638 100644 --- a/tensorflow/contrib/mpi/mpi_rendezvous_mgr.cc +++ b/tensorflow/contrib/mpi/mpi_rendezvous_mgr.cc @@ -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 diff --git a/tensorflow/tools/docs/parser.py b/tensorflow/tools/docs/parser.py index 52a65e1c9dc..7ae1d2abd9a 100644 --- a/tensorflow/tools/docs/parser.py +++ b/tensorflow/tools/docs/parser.py @@ -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):