Skip to content

Commit b119f5e

Browse files
authored
GH-46688: [Ruby] Fix a typo (#46689)
### Rationale for this change There is a typo. FYI: This is not a critical because this typo exists in code that is only executed in an error case. ### What changes are included in this PR? Fix a typo. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #46688 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 35e8136 commit b119f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/red-arrow/ext/arrow/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Arrow::Version::MAJOR,
5151
Arrow::Version::MINOR,
5252
Arrow::Version::MICRO)
53-
verison = [
53+
version = [
5454
Arrow::Version::MAJOR,
5555
Arrow::Version::MINOR,
5656
Arrow::Version::MICRO,

0 commit comments

Comments
 (0)