summaryrefslogtreecommitdiff
path: root/spec/ruby
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-10-13 15:04:16 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-10-13 15:04:16 +0900
commit5deb273a1ac4dcb0751e695a2a20ce2d0d02b99c (patch)
tree7be31b4789e2604a975d922ff225d6468f9d6b50 /spec/ruby
parent1b35808a13cc69f2014ffa849de8be15139d8e4e (diff)
Fix a typo
Diffstat (limited to 'spec/ruby')
-rw-r--r--spec/ruby/library/stringio/ungetbyte_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/stringio/ungetbyte_spec.rb b/spec/ruby/library/stringio/ungetbyte_spec.rb
index eb1cc55220..2f082acbf6 100644
--- a/spec/ruby/library/stringio/ungetbyte_spec.rb
+++ b/spec/ruby/library/stringio/ungetbyte_spec.rb
@@ -30,7 +30,7 @@ describe "StringIO#ungetbyte" do
io.string.should == 'Shis is a simple string.'
end
- it "ungets the bytes of a string if given a string as an arugment" do
+ it "ungets the bytes of a string if given a string as an argument" do
str = "\u01a9"
io = StringIO.new(str)
b = io.getbyte