From 22c1968d62fa40ab14ed16decf615a819a20a0bd Mon Sep 17 00:00:00 2001 From: Eric Squires Date: Mon, 14 Dec 2020 01:23:48 -0500 Subject: [PATCH] Runing -> Running (#12826) --- python/ray/scripts/scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/scripts/scripts.py b/python/ray/scripts/scripts.py index 913aaeda7..7d72914ee 100644 --- a/python/ray/scripts/scripts.py +++ b/python/ray/scripts/scripts.py @@ -649,7 +649,7 @@ def start(node_ip_address, address, port, redis_password, redis_shard_ports, cli_logger.print( "This command will now block until terminated by a signal.") cli_logger.print( - "Runing subprocesses are monitored and a message will be " + "Running subprocesses are monitored and a message will be " "printed if any of them terminate unexpectedly.") while True: