diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b3998f..ba1943d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/capistrano/scm.rb b/lib/capistrano/scm.rb index f0728647..fb1eef10 100644 --- a/lib/capistrano/scm.rb +++ b/lib/capistrano/scm.rb @@ -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]