diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-10-22 11:27:06 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-10-22 11:27:06 +0000 |
commit | 6693e3e7230ca64b01ffb24d2693af1c77bd2998 (patch) | |
tree | f29f3da805c1e36c190792427e4336b251ee5f07 /test/-ext- | |
parent | dfee14d34cd8c3c9b7acc27372e06eb5bfcfd5c1 (diff) | |
download | ruby-6693e3e7230ca64b01ffb24d2693af1c77bd2998.tar.gz |
Fixed misspelling words.
These are detected by https://github.com/client9/misspell
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-')
-rw-r--r-- | test/-ext-/string/test_capacity.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/string/test_capacity.rb b/test/-ext-/string/test_capacity.rb index 6ef5a8c4da..65444123a7 100644 --- a/test/-ext-/string/test_capacity.rb +++ b/test/-ext-/string/test_capacity.rb @@ -8,7 +8,7 @@ class Test_StringCapacity < Test::Unit::TestCase Bug::String.capacity(str) end - def test_capacity_embeded + def test_capacity_embedded size = RbConfig::SIZEOF['void*'] * 3 - 1 assert_equal size, capa('foo') end |