aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2012-09-28 16:32:27 -0400
committerschneems <richard.schneeman@gmail.com>2012-10-02 11:31:23 -0400
commit5a07de6019ab87ee2f011bf4babf43b41c8b31f0 (patch)
tree0dd612730b14d38c5f4b0bc7dd78d095b3a0716d
parent76ea63c8bbea8fc6e9a79b9a575ebb2087687fb6 (diff)
downloadrails-5a07de6019ab87ee2f011bf4babf43b41c8b31f0.tar.gz
rails-5a07de6019ab87ee2f011bf4babf43b41c8b31f0.tar.bz2
rails-5a07de6019ab87ee2f011bf4babf43b41c8b31f0.zip
Space between "every" and "time"
-rw-r--r--actionpack/lib/action_dispatch/middleware/show_exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/show_exceptions.rb b/actionpack/lib/action_dispatch/middleware/show_exceptions.rb
index ab740a0190..e4b3f53f07 100644
--- a/actionpack/lib/action_dispatch/middleware/show_exceptions.rb
+++ b/actionpack/lib/action_dispatch/middleware/show_exceptions.rb
@@ -6,7 +6,7 @@ module ActionDispatch
# and calls an exceptions app that will wrap it in a format for the end user.
#
# The exceptions app should be passed as parameter on initialization
- # of ShowExceptions. Everytime there is an exception, ShowExceptions will
+ # of ShowExceptions. Every time there is an exception, ShowExceptions will
# store the exception in env["action_dispatch.exception"], rewrite the
# PATH_INFO to the exception status code and call the rack app.
#