aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/training/python/training/feeder_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/training/python/training/feeder_test.py')
-rw-r--r--tensorflow/contrib/training/python/training/feeder_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/training/python/training/feeder_test.py b/tensorflow/contrib/training/python/training/feeder_test.py
index 4d5cf9eff2..f3a2fee046 100644
--- a/tensorflow/contrib/training/python/training/feeder_test.py
+++ b/tensorflow/contrib/training/python/training/feeder_test.py
@@ -156,7 +156,7 @@ class FeederTest(test.TestCase):
coord.join()
def testFeederSeparateThread(self):
- # Start a feeder on a seperate thread, but with a shared local queue
+ # Start a feeder on a separate thread, but with a shared local queue
servers = self._create_local_cluster(worker=1)
coord = coordinator.Coordinator()
feed_thread = FeederThread(self, coord, servers, 'worker', 0)