aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Plante <nap@zerosum.org>2008-05-27 23:21:34 -0400
committerNick Plante <nap@zerosum.org>2008-05-27 23:21:34 -0400
commit4be3c2c92fed516aca2fcb1ba9fc253bda580d25 (patch)
tree58c4d3c37be6fc89178627bd2a68d912ad2099b5
parent7ac40187864c5a9d1837fb59dea170acd30699c5 (diff)
downloadrails-4be3c2c92fed516aca2fcb1ba9fc253bda580d25.tar.gz
rails-4be3c2c92fed516aca2fcb1ba9fc253bda580d25.tar.bz2
rails-4be3c2c92fed516aca2fcb1ba9fc253bda580d25.zip
fix spelling error
-rw-r--r--activeresource/lib/active_resource/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/lib/active_resource/base.rb b/activeresource/lib/active_resource/base.rb
index 26931e5e4a..82aa133bb1 100644
--- a/activeresource/lib/active_resource/base.rb
+++ b/activeresource/lib/active_resource/base.rb
@@ -298,7 +298,7 @@ module ActiveResource
@timeout = timeout
end
- # Gets tthe number of seconds after which requests to the REST API should time out.
+ # Gets the number of seconds after which requests to the REST API should time out.
def timeout
if defined?(@timeout)
@timeout