This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 36546d10 chore: Fix typo in changelog/news (#848)
36546d10 is described below
commit 36546d105b3bdcb936a93d3f5854419026630e04
Author: Dewey Dunnington <[email protected]>
AuthorDate: Tue Feb 10 09:16:48 2026 -0600
chore: Fix typo in changelog/news (#848)
This typo caused pre-commit to fail on main!
---
CHANGELOG.md | 2 +-
r/NEWS.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1335081..50e6b132 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -431,7 +431,7 @@
- Refactor C function to resolve unreachable code error in Zig (#799)
- **python**: Remove incorrect last byte zeroing in Python buffer construction
(#835)
- **r**: Correct invocation of R_MakeExternalPtr with R NULL (#841)
-- **r**: Fix usage of deperecated syntax for forthcoming R release (#840)
+- **r**: Fix usage of deprecated syntax for forthcoming R release (#840)
- **r**: Fix map type and struct-nested-in-struct convert (#829)
- **r**: Collect array streams in C (not R) before conversion (#828)
- **r**: Fix test for forthcoming ALTREP behaviour in R-devel (#826)
diff --git a/r/NEWS.md b/r/NEWS.md
index bf4d7d9d..a3cbe210 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -22,7 +22,7 @@
- Add reticulate/Python integration (#817)
- Add support for creating timestamp and duration types from numeric storage
(#816)
- Correct invocation of R_MakeExternalPtr with R NULL (#841)
-- Fix usage of deperecated syntax for forthcoming R release (#840)
+- Fix usage of deprecated syntax for forthcoming R release (#840)
- Fix map type and struct-nested-in-struct convert (#829)
- Collect array streams in C (not R) before conversion (#828)
- Fix test for forthcoming ALTREP behaviour in R-devel (#826, #842)