From 987b98f0a08669e4ff200ac0a9d66ec180d1d663 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 1 Jul 2007 14:15:41 +0000 Subject: [PATCH] Spelling correction in docs (closes #8825) git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7159 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- CHANGELOG | 5 +++++ lib/capistrano/configuration/loading.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ce399c2c..f9e9debb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Spelling correction in docs [Tim Carey-Smith] + + *1.99.3 (2.0 Preview 4)* June 28, 2007 * Don't break task descriptions on a period that appears in the middle of a sentence [Jamis Buck] diff --git a/lib/capistrano/configuration/loading.rb b/lib/capistrano/configuration/loading.rb index 80fa83f4..f2a31f50 100644 --- a/lib/capistrano/configuration/loading.rb +++ b/lib/capistrano/configuration/loading.rb @@ -77,7 +77,7 @@ module Capistrano end # Require another file. This is identical to the standard require method, - # with the exception that it sets the reciever as the "current" configuration + # with the exception that it sets the receiver as the "current" configuration # so that third-party task bundles can include themselves relative to # that configuration. def require(*args) #:nodoc: