From e3b49c052b497827c9f058feaa066bbfe184f4da Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 28 Sep 2007 14:18:47 +0000 Subject: Fixed spelling errors (closes #9706) [tarmo/rmm5t] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7666 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/vendor/builder/xmlbase.rb | 2 +- activesupport/lib/active_support/vendor/builder/xmlmarkup.rb | 2 +- activesupport/lib/active_support/vendor/xml_simple.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'activesupport/lib/active_support/vendor') diff --git a/activesupport/lib/active_support/vendor/builder/xmlbase.rb b/activesupport/lib/active_support/vendor/builder/xmlbase.rb index 57c8ddfc30..ad0069ff15 100644 --- a/activesupport/lib/active_support/vendor/builder/xmlbase.rb +++ b/activesupport/lib/active_support/vendor/builder/xmlbase.rb @@ -26,7 +26,7 @@ module Builder end # Create a tag named +sym+. Other than the first argument which - # is the tag name, the arguements are the same as the tags + # is the tag name, the arguments are the same as the tags # implemented via method_missing. def tag!(sym, *args, &block) self.__send__(sym, *args, &block) diff --git a/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb b/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb index 4cdcedb4a1..b7d8b487e5 100644 --- a/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb +++ b/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb @@ -153,7 +153,7 @@ module Builder # # xml_builder = Builder::XmlMarkup.new # xml_builder.div { |xml| - # xml.stong("text") + # xml.strong("text") # } # class XmlMarkup < XmlBase diff --git a/activesupport/lib/active_support/vendor/xml_simple.rb b/activesupport/lib/active_support/vendor/xml_simple.rb index 48b7289c65..7ea9c8de6b 100644 --- a/activesupport/lib/active_support/vendor/xml_simple.rb +++ b/activesupport/lib/active_support/vendor/xml_simple.rb @@ -121,7 +121,7 @@ class XmlSimple # Create a "global" cache. @@cache = Cache.new - # Creates and intializes a new XmlSimple object. + # Creates and initializes a new XmlSimple object. # # defaults:: # Default values for options. -- cgit v1.2.3