diff options
author | Evan Farrar <evanfarrar@gmail.com> | 2008-06-04 22:58:28 -0500 |
---|---|---|
committer | Evan Farrar <evanfarrar@gmail.com> | 2008-06-04 22:58:28 -0500 |
commit | d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9 (patch) | |
tree | a5495dc82fcd28dcd2a6de50168272ad3816dc21 /activeresource | |
parent | 719aa13b0781d662673dba2225bc707fc4182b5e (diff) | |
download | rails-d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9.tar.gz rails-d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9.tar.bz2 rails-d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9.zip |
Mass typo and misspelling fix.
Diffstat (limited to 'activeresource')
-rw-r--r-- | activeresource/lib/active_resource/base.rb | 2 | ||||
-rw-r--r-- | activeresource/lib/active_resource/http_mock.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/activeresource/lib/active_resource/base.rb b/activeresource/lib/active_resource/base.rb index ca9e665ba3..59e0888c2b 100644 --- a/activeresource/lib/active_resource/base.rb +++ b/activeresource/lib/active_resource/base.rb @@ -111,7 +111,7 @@ module ActiveResource # over HTTPS. # # Note: Some values cannot be provided in the URL passed to site. e.g. email addresses - # as usernames. In those situations you should use the seperate user and password option. + # as usernames. In those situations you should use the separate user and password option. # == Errors & Validation # # Error handling and validation is handled in much the same manner as you're used to seeing in diff --git a/activeresource/lib/active_resource/http_mock.rb b/activeresource/lib/active_resource/http_mock.rb index 22f83ae910..554fc3bcfc 100644 --- a/activeresource/lib/active_resource/http_mock.rb +++ b/activeresource/lib/active_resource/http_mock.rb @@ -65,7 +65,7 @@ module ActiveResource class << self # Returns an array of all request objects that have been sent to the mock. You can use this to check - # wether or not your model actually sent an HTTP request. + # if your model actually sent an HTTP request. # # ==== Example # def setup |