aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorGosha Arinich <me@goshakkk.name>2013-01-04 02:57:56 +0300
committerGosha Arinich <me@goshakkk.name>2013-01-04 02:57:56 +0300
commit1a59a6dfdca217e31a52779d92aa56b67c6689cb (patch)
tree90a7eaf117ba6d663a63310273f47f9878f11498 /actionpack
parentebdb8633bfaddfee05b4207e5c51c7cf6a790f7d (diff)
downloadrails-1a59a6dfdca217e31a52779d92aa56b67c6689cb.tar.gz
rails-1a59a6dfdca217e31a52779d92aa56b67c6689cb.tar.bz2
rails-1a59a6dfdca217e31a52779d92aa56b67c6689cb.zip
TODO typo fix
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/renderer/streaming_template_renderer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/renderer/streaming_template_renderer.rb b/actionpack/lib/action_view/renderer/streaming_template_renderer.rb
index 9cf6eb0c65..01f1367c69 100644
--- a/actionpack/lib/action_view/renderer/streaming_template_renderer.rb
+++ b/actionpack/lib/action_view/renderer/streaming_template_renderer.rb
@@ -28,7 +28,7 @@ module ActionView
private
# This is the same logging logic as in ShowExceptions middleware.
- # TODO Once "exceptron" is in, refactor this piece to simply re-use exceptron.
+ # TODO Once "exception" is in, refactor this piece to simply re-use exception.
def log_error(exception) #:nodoc:
logger = ActionView::Base.logger
return unless logger