aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorAayush khandelwal <aayush.khandelwal@vinsol.com>2013-12-12 11:29:23 +0530
committerAayush khandelwal <aayush.khandelwal@vinsol.com>2013-12-12 11:29:23 +0530
commit4a9e54ef35766ec49a51805a603241019ca4e4be (patch)
tree27004fa8ea48c22fc5a6abab3fe2303ba737b5d5 /actionview
parent11c0ef58a6cd278fc6b5d81a7724d9bcdb47f623 (diff)
downloadrails-4a9e54ef35766ec49a51805a603241019ca4e4be.tar.gz
rails-4a9e54ef35766ec49a51805a603241019ca4e4be.tar.bz2
rails-4a9e54ef35766ec49a51805a603241019ca4e4be.zip
typos rectified [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/renderer/streaming_template_renderer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/renderer/streaming_template_renderer.rb b/actionview/lib/action_view/renderer/streaming_template_renderer.rb
index 9cf6eb0c65..3ab2cd36fc 100644
--- a/actionview/lib/action_view/renderer/streaming_template_renderer.rb
+++ b/actionview/lib/action_view/renderer/streaming_template_renderer.rb
@@ -58,7 +58,7 @@ module ActionView
def delayed_render(buffer, template, layout, view, locals)
# Wrap the given buffer in the StreamingBuffer and pass it to the
- # underlying template handler. Now, everytime something is concatenated
+ # underlying template handler. Now, every time something is concatenated
# to the buffer, it is not appended to an array, but streamed straight
# to the client.
output = ActionView::StreamingBuffer.new(buffer)