From fc32b7f99bf7cab0f55ef73949f951cbc072dcf3 Mon Sep 17 00:00:00 2001 From: Kuldeep Aggarwal Date: Tue, 19 Nov 2013 03:08:08 +0530 Subject: `skiping` => `skipping` --- actionpack/test/dispatch/static_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/dispatch') 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")}") -- cgit v1.2.3