You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/01/25 23:47:12 UTC

[arrow] branch master updated: MINOR: [CI] Fix minor typo in docker-compose.yml (#33871)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 6abe6b69e2 MINOR: [CI] Fix minor typo in docker-compose.yml (#33871)
6abe6b69e2 is described below

commit 6abe6b69e2cfa6cb98851feec167792f69ad5105
Author: Bryce Mecum <pe...@gmail.com>
AuthorDate: Wed Jan 25 14:47:06 2023 -0900

    MINOR: [CI] Fix minor typo in docker-compose.yml (#33871)
    
    ### Rationale for this change
    
    To fix a minor typographical error in a comment in our `docker-compose.yml`.
    
    ### Are these changes tested?
    
    No, though I have a high degree of confidence I'm not breaking anything here.
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: Bryce Mecum <pe...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index d1a3529451..7aaae524f1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -92,7 +92,7 @@ x-hierarchy:
   # This section is used by the archery tool to enable building nested images,
   # so it is enough to call:
   #   archery run debian-ruby
-  # instead of a seguence of docker-compose commands:
+  # instead of a sequence of docker-compose commands:
   #   docker-compose build debian-cpp
   #   docker-compose build debian-c-glib
   #   docker-compose build debian-ruby