aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/example_proto_fast_parsing.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/util/example_proto_fast_parsing.cc')
-rw-r--r--tensorflow/core/util/example_proto_fast_parsing.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/util/example_proto_fast_parsing.cc b/tensorflow/core/util/example_proto_fast_parsing.cc
index 8fd11642b0..bcf3512efc 100644
--- a/tensorflow/core/util/example_proto_fast_parsing.cc
+++ b/tensorflow/core/util/example_proto_fast_parsing.cc
@@ -89,7 +89,7 @@ class Feature {
default:
// Initialize variable to avoid compiler warning
*dtype = DT_INVALID;
- return errors::InvalidArgument("Unsuported datatype.");
+ return errors::InvalidArgument("Unsupported datatype.");
}
return Status::OK();
}