aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorEric Hayes <eric@erichayes.net>2011-04-14 15:57:44 +0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-04-14 16:29:06 +0800
commitada550d9088be9845ff8e4dbe0f27e574c5fc62b (patch)
tree9974e980f4c4867a2747887db4925dffdd8330ca /actionpack
parent4db4f8c6244f017def5668d44a62bdad231f4c18 (diff)
downloadrails-ada550d9088be9845ff8e4dbe0f27e574c5fc62b.tar.gz
rails-ada550d9088be9845ff8e4dbe0f27e574c5fc62b.tar.bz2
rails-ada550d9088be9845ff8e4dbe0f27e574c5fc62b.zip
Fixed a comment typo
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/abstract_controller/layouts.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/abstract_controller/layouts.rb b/actionpack/lib/abstract_controller/layouts.rb
index 4ee54474cc..d1b87b67ee 100644
--- a/actionpack/lib/abstract_controller/layouts.rb
+++ b/actionpack/lib/abstract_controller/layouts.rb
@@ -334,7 +334,7 @@ module AbstractController
# ==== Parameters
# * <tt>details</tt> - A list of details to restrict the search by. This
# might include details like the format or locale of the template.
- # * <tt>require_logout</tt> - If this is true, raise an ArgumentError
+ # * <tt>require_layout</tt> - If this is true, raise an ArgumentError
# with details about the fact that the exception could not be
# found (defaults to false)
#