From ac8f8143e72cf86cee4479341d85f85f972f862c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 15 Dec 2019 10:37:55 +1100 Subject: [PATCH] Fix simple typo: verion -> version (#6485) Closes #6484 --- 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 b46d9ca72..62bfb52fd 100644 --- a/python/ray/scripts/scripts.py +++ b/python/ray/scripts/scripts.py @@ -381,7 +381,7 @@ def start(node_ip_address, redis_address, address, redis_port, redis_client = services.create_redis_client( redis_address, password=redis_password) - # Check that the verion information on this node matches the version + # Check that the version information on this node matches the version # information that the cluster was started with. services.check_version_info(redis_client)