diff --git a/python/ray/autoscaler/commands.py b/python/ray/autoscaler/commands.py index 378e98748227..dae20fa3e7f9 100644 --- a/python/ray/autoscaler/commands.py +++ b/python/ray/autoscaler/commands.py @@ -255,7 +255,7 @@ def _bootstrap_config(config: Dict[str, Any], provider_cls = importer(config["provider"]) with cli_logger.timed( # todo: better message - "Bootstraping {} config", + "Bootstrapping {} config", PROVIDER_PRETTY_NAMES.get(config["provider"]["type"])): resolved_config = provider_cls.bootstrap_config(config) diff --git a/python/ray/tests/test_cli_patterns/test_ray_attach.txt b/python/ray/tests/test_cli_patterns/test_ray_attach.txt index 791a2766161a..cc648a61f64d 100644 --- a/python/ray/tests/test_cli_patterns/test_ray_attach.txt +++ b/python/ray/tests/test_cli_patterns/test_ray_attach.txt @@ -1,3 +1,3 @@ -Bootstraping AWS config +Bootstrapping AWS config Fetched IP: .+ ubuntu@ip-.+:~\$ exit diff --git a/python/ray/tests/test_cli_patterns/test_ray_exec.txt b/python/ray/tests/test_cli_patterns/test_ray_exec.txt index 62179d79c3dd..5496ac18714d 100644 --- a/python/ray/tests/test_cli_patterns/test_ray_exec.txt +++ b/python/ray/tests/test_cli_patterns/test_ray_exec.txt @@ -1,3 +1,3 @@ -Bootstraping AWS config +Bootstrapping AWS config Fetched IP: .+ This is a test! diff --git a/python/ray/tests/test_cli_patterns/test_ray_submit.txt b/python/ray/tests/test_cli_patterns/test_ray_submit.txt index a7e4be5f6d6c..ef94f13c076b 100644 --- a/python/ray/tests/test_cli_patterns/test_ray_submit.txt +++ b/python/ray/tests/test_cli_patterns/test_ray_submit.txt @@ -1,5 +1,5 @@ -Bootstraping AWS config +Bootstrapping AWS config Fetched IP: .+ -Bootstraping AWS config +Bootstrapping AWS config Fetched IP: .+ This is a test! diff --git a/python/ray/tests/test_cli_patterns/test_ray_up.txt b/python/ray/tests/test_cli_patterns/test_ray_up.txt index 31d62671fd33..5f41dfd048af 100644 --- a/python/ray/tests/test_cli_patterns/test_ray_up.txt +++ b/python/ray/tests/test_cli_patterns/test_ray_up.txt @@ -6,7 +6,7 @@ Cluster configuration valid Cluster: test-cli -Bootstraping AWS config +Bootstrapping AWS config AWS config IAM Profile: .+ \[default\] EC2 Key pair \(head & workers\): .+ \[default\]