From 983d8931b4ea1a5ee81a63b5a2d393bb82f2fa0b Mon Sep 17 00:00:00 2001
From: "A. Unique TensorFlower" <gardener@tensorflow.org>
Date: Tue, 22 Nov 2016 17:13:41 -0800
Subject: [PATCH] Fix typo. Change: 139974629

---
 tensorflow/c/checkpoint_reader.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tensorflow/c/checkpoint_reader.h b/tensorflow/c/checkpoint_reader.h
index 1b09dcd18d1..1124416380d 100644
--- a/tensorflow/c/checkpoint_reader.h
+++ b/tensorflow/c/checkpoint_reader.h
@@ -43,7 +43,7 @@ class CheckpointReader {
   bool HasTensor(const string& name) const;
   const string DebugString() const;
 
-  // Returns a map from variable namaes to its shape.  Slices of a partitioned
+  // Returns a map from variable names to its shape.  Slices of a partitioned
   // tensor are combined into a single entry.
   const TensorSliceReader::VarToShapeMap& GetVariableToShapeMap() const;