aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimm <kaspth@gmail.com>2013-08-12 17:15:32 +0200
committerTimm <kaspth@gmail.com>2014-06-16 21:04:04 +0200
commit349230e82358f375c6fb77419cd7ea82bae47916 (patch)
tree15464c6741e411057751639db8a38d2b0297c141
parentb13d22bff5fedaec96a1a45400a23cd75621beb0 (diff)
downloadrails-349230e82358f375c6fb77419cd7ea82bae47916.tar.gz
rails-349230e82358f375c6fb77419cd7ea82bae47916.tar.bz2
rails-349230e82358f375c6fb77419cd7ea82bae47916.zip
Fixed: spelling error.
-rw-r--r--actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb b/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb
index cb1a0da542..5a9ca8f60c 100644
--- a/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb
+++ b/actionview/lib/action_view/helpers/sanitize_helper/scrubbers.rb
@@ -8,7 +8,7 @@
# - When an attribute should be scrubbed via +scrub_attribute?+
#
# Text and CDATA nodes are skipped by defualt.
-# Unallowed elements will be stripped, i.e. element is removed but its substree kept.
+# Unallowed elements will be stripped, i.e. element is removed but its subtree kept.
# Supplied tags and attributes should be Enumerables
#
# +tags=+