diff --git a/tensorflow/python/ops/map_fn.py b/tensorflow/python/ops/map_fn.py
index af681592e67..dc4ee6bc5d7 100644
--- a/tensorflow/python/ops/map_fn.py
+++ b/tensorflow/python/ops/map_fn.py
@@ -239,7 +239,7 @@ def map_fn(fn,
            [2, 3, 4]], dtype=int32)>
 
   In some cases, `tf.vectorized_map` can be used to automatically convert a
-  function to a vectorized eqivalent.
+  function to a vectorized equivalent.
 
   #### Eager execution