aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-11-18 23:01:04 -0800
committerYves Senn <yves.senn@gmail.com>2013-11-18 23:01:04 -0800
commita3a0d087d04ae507a317f0d6db49c604fd5fc9d8 (patch)
tree59cb518d923957a165b06e795e3911d6091939c9 /actionpack
parent2e9e670c0fdf1540c8bf8c49a8c11a41aef74c75 (diff)
parentfc32b7f99bf7cab0f55ef73949f951cbc072dcf3 (diff)
downloadrails-a3a0d087d04ae507a317f0d6db49c604fd5fc9d8.tar.gz
rails-a3a0d087d04ae507a317f0d6db49c604fd5fc9d8.tar.bz2
rails-a3a0d087d04ae507a317f0d6db49c604fd5fc9d8.zip
Merge pull request #12942 from kuldeepaggarwal/typos
`skiping` => `skipping` [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/dispatch/static_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/static_test.rb b/actionpack/test/dispatch/static_test.rb
index b640459e24..acccbcb2e6 100644
--- a/actionpack/test/dispatch/static_test.rb
+++ b/actionpack/test/dispatch/static_test.rb
@@ -38,7 +38,7 @@ module StaticTests
def test_served_static_file_with_non_english_filename
if RUBY_ENGINE == 'jruby '
- skip "Stop skiping if following bug gets fixed: " \
+ skip "Stop skipping if following bug gets fixed: " \
"http://jira.codehaus.org/browse/JRUBY-7192"
end
assert_html "means hello in Japanese\n", get("/foo/#{Rack::Utils.escape("こんにちは.html")}")