mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix some typos
This commit is contained in:
parent
916dfaeb83
commit
ba3b7e9896
2 changed files with 5 additions and 5 deletions
|
@ -85,7 +85,7 @@ extension the trusted contributors and IRC regulars) were able to test for.
|
|||
There's a more extensive post about my failure to be able to keep up with the
|
||||
demands of maintaining v2 whilst trying to build something which is appropriate
|
||||
for the current landscape. If you are affected by the unsupported 2 branch,
|
||||
please contact me (Lee Hambley) to dicsuss how my company can help support you.
|
||||
please contact me (Lee Hambley) to discuss how my company can help support you.
|
||||
Otherwise, please try v3, we're sure you'll like it, and the code is designed
|
||||
to be so simple that anyone can work on it.
|
||||
|
||||
|
|
|
@ -28,17 +28,17 @@ module Capistrano
|
|||
context.test *args
|
||||
end
|
||||
|
||||
# The repository URL accoriding to the context
|
||||
# The repository URL according to the context
|
||||
def repo_url
|
||||
context.repo_url
|
||||
end
|
||||
|
||||
# The repository path accoriding to the context
|
||||
# The repository path according to the context
|
||||
def repo_path
|
||||
context.repo_path
|
||||
end
|
||||
|
||||
# The release path accoriding to the context
|
||||
# The release path according to the context
|
||||
def release_path
|
||||
context.release_path
|
||||
end
|
||||
|
@ -53,7 +53,7 @@ module Capistrano
|
|||
|
||||
# @abstract
|
||||
#
|
||||
# Your implementation should check the existance of a cache repository on
|
||||
# Your implementation should check the existence of a cache repository on
|
||||
# the deployment target
|
||||
#
|
||||
# @return [Boolean]
|
||||
|
|
Loading…
Reference in a new issue