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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3470bed221 GH-38975: [Dev] Fix spelling (#38976)
3470bed221 is described below

commit 3470bed2217c9149cce2ebcc69303e3e930e890b
Author: Josh Soref <[email protected]>
AuthorDate: Wed Nov 29 02:42:25 2023 -0500

    GH-38975: [Dev] Fix spelling (#38976)
    
    
    
    ### Rationale for this change
    
    ### What changes are included in this PR?
    
    ### Are these changes tested?
    
    ### Are there any user-facing changes?
    
    * Closes: #38975
    
    Authored-by: Josh Soref <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 CHANGELOG.md       | 4 ++--
 cmake-format.py    | 2 +-
 docker-compose.yml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ecdf62835..6101f5d3ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1459,7 +1459,7 @@
 * [ARROW-12172](https://issues.apache.org/jira/browse/ARROW-12172) - 
[Python][Packaging] Pass python version as setuptools pretend version in the 
macOS wheel builds
 * [ARROW-12178](https://issues.apache.org/jira/browse/ARROW-12178) - [CI] 
Update setuptools in the ubuntu images
 * [ARROW-12186](https://issues.apache.org/jira/browse/ARROW-12186) - 
[Rust][DataFusion] Fix regexp_match test
-* [ARROW-12209](https://issues.apache.org/jira/browse/ARROW-12209) - [JS] Copy 
all src files into the the TypeScript package
+* [ARROW-12209](https://issues.apache.org/jira/browse/ARROW-12209) - [JS] Copy 
all src files into the TypeScript package
 * [ARROW-12220](https://issues.apache.org/jira/browse/ARROW-12220) - [C++][CI] 
Thread sanitizer failure
 * [ARROW-12226](https://issues.apache.org/jira/browse/ARROW-12226) - [C++] Fix 
Address Sanitizer failures
 * [ARROW-12227](https://issues.apache.org/jira/browse/ARROW-12227) - [R] Fix 
RE2 and median nightly build failures
@@ -11430,7 +11430,7 @@
 * [ARROW-67](https://issues.apache.org/jira/browse/ARROW-67) - C++ metadata 
flatbuffer serialization and data movement to memory maps
 * [ARROW-68](https://issues.apache.org/jira/browse/ARROW-68) - Better error 
handling for not fully setup systems
 * [ARROW-70](https://issues.apache.org/jira/browse/ARROW-70) - Add adapt 
'lite' DCHECK macros from Kudu as also used in Parquet
-* [ARROW-71](https://issues.apache.org/jira/browse/ARROW-71) - [C++] Add 
clang-tidy and clang-format to the the tool chain.
+* [ARROW-71](https://issues.apache.org/jira/browse/ARROW-71) - [C++] Add 
clang-tidy and clang-format to the tool chain.
 * [ARROW-73](https://issues.apache.org/jira/browse/ARROW-73) - Support older 
CMake versions
 * [ARROW-76](https://issues.apache.org/jira/browse/ARROW-76) - Revise format 
document to include null count, defer non-nullable arrays to the domain of 
metadata
 * [ARROW-78](https://issues.apache.org/jira/browse/ARROW-78) - C++: Add 
constructor for DecimalType
diff --git a/cmake-format.py b/cmake-format.py
index 3e77733f4d..b8fc893969 100644
--- a/cmake-format.py
+++ b/cmake-format.py
@@ -72,5 +72,5 @@ with section("markup"):
     first_comment_is_literal = True
 
     # If comment markup is enabled, don't reflow any comment block which
-    # matchesthis (regex) pattern. Default is `None` (disabled).
+    # matches this (regex) pattern. Default is `None` (disabled).
     literal_comment_pattern = None
diff --git a/docker-compose.yml b/docker-compose.yml
index 74f2c262aa..39cd473c27 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -33,7 +33,7 @@
 # command `make unittest` or `ctest --output-on-failure` the correct coredump
 # patterns must be set.
 # The kernel settings are coming from the host, so while it can be enabled from
-# a running container using --priviled option the change will affect all other
+# a running container using --privileged option the change will affect all 
other
 # containers, so prefer setting it explicitly, directly on the host.
 # WARNING: setting this will affect the host machine.
 #

Reply via email to