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)