Skip to content

Commit 3470bed

Browse files
authored
apacheGH-38975: [Dev] Fix spelling (apache#38976)
### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#38975 Authored-by: Josh Soref <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 1d904d6 commit 3470bed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@
14591459
* [ARROW-12172](https://issues.apache.org/jira/browse/ARROW-12172) - [Python][Packaging] Pass python version as setuptools pretend version in the macOS wheel builds
14601460
* [ARROW-12178](https://issues.apache.org/jira/browse/ARROW-12178) - [CI] Update setuptools in the ubuntu images
14611461
* [ARROW-12186](https://issues.apache.org/jira/browse/ARROW-12186) - [Rust][DataFusion] Fix regexp_match test
1462-
* [ARROW-12209](https://issues.apache.org/jira/browse/ARROW-12209) - [JS] Copy all src files into the the TypeScript package
1462+
* [ARROW-12209](https://issues.apache.org/jira/browse/ARROW-12209) - [JS] Copy all src files into the TypeScript package
14631463
* [ARROW-12220](https://issues.apache.org/jira/browse/ARROW-12220) - [C++][CI] Thread sanitizer failure
14641464
* [ARROW-12226](https://issues.apache.org/jira/browse/ARROW-12226) - [C++] Fix Address Sanitizer failures
14651465
* [ARROW-12227](https://issues.apache.org/jira/browse/ARROW-12227) - [R] Fix RE2 and median nightly build failures
@@ -11430,7 +11430,7 @@
1143011430
* [ARROW-67](https://issues.apache.org/jira/browse/ARROW-67) - C++ metadata flatbuffer serialization and data movement to memory maps
1143111431
* [ARROW-68](https://issues.apache.org/jira/browse/ARROW-68) - Better error handling for not fully setup systems
1143211432
* [ARROW-70](https://issues.apache.org/jira/browse/ARROW-70) - Add adapt 'lite' DCHECK macros from Kudu as also used in Parquet
11433-
* [ARROW-71](https://issues.apache.org/jira/browse/ARROW-71) - [C++] Add clang-tidy and clang-format to the the tool chain.
11433+
* [ARROW-71](https://issues.apache.org/jira/browse/ARROW-71) - [C++] Add clang-tidy and clang-format to the tool chain.
1143411434
* [ARROW-73](https://issues.apache.org/jira/browse/ARROW-73) - Support older CMake versions
1143511435
* [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
1143611436
* [ARROW-78](https://issues.apache.org/jira/browse/ARROW-78) - C++: Add constructor for DecimalType

cmake-format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@
7272
first_comment_is_literal = True
7373

7474
# If comment markup is enabled, don't reflow any comment block which
75-
# matchesthis (regex) pattern. Default is `None` (disabled).
75+
# matches this (regex) pattern. Default is `None` (disabled).
7676
literal_comment_pattern = None

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# command `make unittest` or `ctest --output-on-failure` the correct coredump
3434
# patterns must be set.
3535
# The kernel settings are coming from the host, so while it can be enabled from
36-
# a running container using --priviled option the change will affect all other
36+
# a running container using --privileged option the change will affect all other
3737
# containers, so prefer setting it explicitly, directly on the host.
3838
# WARNING: setting this will affect the host machine.
3939
#

0 commit comments

Comments
 (0)