Fixed a typo.

PiperOrigin-RevId: 339321011
Change-Id: I422e1b7b475a82016c19db9b1558d1a076c0f829
diff --git a/tensorflow/python/profiler/profiler_client.py b/tensorflow/python/profiler/profiler_client.py
index 0b1eb0d..d383d8b 100644
--- a/tensorflow/python/profiler/profiler_client.py
+++ b/tensorflow/python/profiler/profiler_client.py
@@ -51,7 +51,7 @@
     logdir: Path to save profile data to, typically a TensorBoard log directory.
       This path must be accessible to both the client and server.
       e.g. logdir='gs://your_tb_dir'
-    duration_ms: Duration of tracing or monitoring in mliiseconds. Must be
+    duration_ms: Duration of tracing or monitoring in milliseconds. Must be
       greater than zero.
     worker_list: An optional TPU only configuration. The list of workers to
       profile in the current session.