1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Spelling correction in docs (closes #8825)

git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7159 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2007-07-01 14:15:41 +00:00
parent c6b449e3c0
commit 987b98f0a0
2 changed files with 6 additions and 1 deletions

View file

@ -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]

View file

@ -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: