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

Fix spelling error "equivilent" -> "equivalent"

This commit is contained in:
Mitch Lloyd 2013-11-10 14:17:39 -05:00
parent cf42d7ed70
commit 065222f45e
4 changed files with 6 additions and 6 deletions

View file

@ -174,7 +174,7 @@ implemeted to facilitate rolling deployments at a large German firm by a
couple of freelancers who were consulting with them. (Hint, one of those guys
went on to found Travis-CI!)
The equivilent code in under Capistrano v3 would look like this:
The equivalent code in under Capistrano v3 would look like this:
{% prism ruby %}
# Capistrano 3.0.x

View file

@ -289,7 +289,7 @@ implemeted to facilitate rolling deployments at a large German firm by a
couple of freelancers who were consulting with them. (Hint, one of those guys
went on to found Travis-CI!)</p>
<p>The equivilent code in under Capistrano v3 would look like this:</p>
<p>The equivalent code in under Capistrano v3 would look like this:</p>
<div>
<pre data-line=''><code class='language-ruby'># Capistrano 3.0.x
@ -876,7 +876,7 @@ implemeted to facilitate rolling deployments at a large German firm by a
couple of freelancers who were consulting with them. (Hint, one of those guys
went on to found Travis-CI!)</p>
<p>The equivilent code in under Capistrano v3 would look like this:</p>
<p>The equivalent code in under Capistrano v3 would look like this:</p>
<div>
<pre data-line=''><code class='language-ruby'># Capistrano 3.0.x

View file

@ -234,7 +234,7 @@ environment.</p>
<p>Servers can be defined in a bunch of ways, the following shows defining two
servers, one where we set the username, and another where we set the port.
These host strings are parsed and expanded out in to the equivilent of the
These host strings are parsed and expanded out in to the equivalent of the
server line after the comment:</p>
<div>
@ -426,7 +426,7 @@ environment.</p>
<p>Servers can be defined in a bunch of ways, the following shows defining two
servers, one where we set the username, and another where we set the port.
These host strings are parsed and expanded out in to the equivilent of the
These host strings are parsed and expanded out in to the equivalent of the
server line after the comment:</p>
<div>

View file

@ -125,7 +125,7 @@ environment.
Servers can be defined in a bunch of ways, the following shows defining two
servers, one where we set the username, and another where we set the port.
These host strings are parsed and expanded out in to the equivilent of the
These host strings are parsed and expanded out in to the equivalent of the
server line after the comment:
{% prism ruby %}