From 3f0585a78ac5487e316f3cf60a0bd049f863f947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Mon, 16 Sep 2024 12:27:31 +0200 Subject: [PATCH] MINOR: [Archery] Fix typo on docker CI comment (#44130) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Rationale for this change There is a typo on the comment ### What changes are included in this PR? Fix typo ### Are these changes tested? No ### Are there any user-facing changes? No Authored-by: Raúl Cumplido Signed-off-by: Sutou Kouhei --- dev/archery/archery/docker/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/archery/archery/docker/cli.py b/dev/archery/archery/docker/cli.py index 6a1303a8983d5..3375d63306a10 100644 --- a/dev/archery/archery/docker/cli.py +++ b/dev/archery/archery/docker/cli.py @@ -83,7 +83,7 @@ def docker(ctx, src, dry_run, using_legacy_docker_compose, using_docker_cli, using_docker_cli |= using_docker_buildx compose_bin = ("docker-compose" if using_legacy_docker_compose else "docker compose") - with group("Docker: Preppare"): + with group("Docker: Prepare"): compose = DockerCompose(config_path, params=os.environ, using_docker=using_docker_cli, using_buildx=using_docker_buildx,