Fix typo error.

PiperOrigin-RevId: 273233763
diff --git a/tensorflow/examples/saved_model/integration_tests/export_mnist_cnn.py b/tensorflow/examples/saved_model/integration_tests/export_mnist_cnn.py
index f61631a..ea1c138 100644
--- a/tensorflow/examples/saved_model/integration_tests/export_mnist_cnn.py
+++ b/tensorflow/examples/saved_model/integration_tests/export_mnist_cnn.py
@@ -44,7 +44,7 @@
     'use_keras_save_api', False,
     'Uses tf.keras.models.save_model() on the feature extractor '
     'instead of tf.saved_model.save() on a manually wrapped version. '
-    'With this, the exported model as no hparams.')
+    'With this, the exported model has no hparams.')
 flags.DEFINE_bool(
     'fast_test_mode', False,
     'Shortcut training for running in unit tests.')