aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiatmpravin <diatm.pravin.it.07.27@gmail.com>2013-06-08 02:13:06 +0530
committerdiatmpravin <diatm.pravin.it.07.27@gmail.com>2013-06-08 20:40:36 +0530
commita3025975ec90de1e3743d127f90a114d3f37a516 (patch)
tree0f6ab6be75ecf929cd80f4aff1c817e36fbfb295
parentb7f9de27f0558d6144f982cae83f32ca85a07f7e (diff)
downloadrails-a3025975ec90de1e3743d127f90a114d3f37a516.tar.gz
rails-a3025975ec90de1e3743d127f90a114d3f37a516.tar.bz2
rails-a3025975ec90de1e3743d127f90a114d3f37a516.zip
fixed typo in action_view template
-rw-r--r--actionpack/lib/action_view/template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/template.rb b/actionpack/lib/action_view/template.rb
index c25b1efc2b..e2c50fec47 100644
--- a/actionpack/lib/action_view/template.rb
+++ b/actionpack/lib/action_view/template.rb
@@ -267,7 +267,7 @@ module ActionView
method_name = self.method_name
code = @handler.call(self)
- # Make sure that the resulting String to be evalled is in the
+ # Make sure that the resulting String to be eval'd is in the
# encoding of the code
source = <<-end_src
def #{method_name}(local_assigns, output_buffer)