Skip to content

Commit 269c80d

Browse files
committed
Spelling revision
1 parent 35f714f commit 269c80d

File tree

95 files changed

+153
-153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+153
-153
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ In order to keep the Git repository light, _please_ compress the images
307307
(losslessly). On Mac you may use (ImageOptim)[https://imageoptim.com] for
308308
instance. Be sure to compress the images *before* adding them to the
309309
repository, doing it afterwards actually worsens the impact on the Git repo (but
310-
still optimizes the bandwith during browsing).
310+
still optimizes the bandwidth during browsing).
311311

312312
## Building archives and the live published docs
313313

apidocs/cloud-api-source/source/includes/container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ memory | The memory limit of the container in MB (see [Runtime Constraints on CP
303303
memory_swap | Total memory limit (memory + swap) of the container in MB
304304
autorestart | Whether to restart the container automatically if it stops (see [Crash recovery](/docker-cloud/apps/autorestart/) for more information)
305305
autodestroy | Whether to terminate the container automatically if it stops (see [Autodestroy](/docker-cloud/apps/auto-destroy/) for more information)
306-
roles | List of Docker Cloud roles asigned to this container (see [API roles](/docker-cloud/apps/api-roles/) for more information))
306+
roles | List of Docker Cloud roles assigned to this container (see [API roles](/docker-cloud/apps/api-roles/) for more information))
307307
linked_to_container | List of IP addresses of the linked containers (see table `Container Link attributes` below and [Service links](/docker-cloud/apps/service-links/) for more information)
308308
link_variables | List of environment variables that would be exposed in any container that is linked to this one
309309
privileged | Whether the container has Docker's `privileged` flag set or not (see [Runtime privilege](/engine/reference/run/#runtime-privilege-linux-capabilities-and-lxc-configuration) for more information)

apidocs/cloud-api-source/source/javascripts/lib/_jquery.highlight.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* - highlight element tag and class names can be specified in options
1212
*
1313
* Usage:
14-
* // wrap every occurrance of text 'lorem' in content
14+
* // wrap every occurrence of text 'lorem' in content
1515
* // with <span class='highlight'> (default options)
1616
* $('#content').highlight('lorem');
1717
*
@@ -26,7 +26,7 @@
2626
* // don't ignore case during search of term 'lorem'
2727
* $('#content').highlight('lorem', { caseSensitive: true });
2828
*
29-
* // wrap every occurrance of term 'ipsum' in content
29+
* // wrap every occurrence of term 'ipsum' in content
3030
* // with <em class='important'>
3131
* $('#content').highlight('ipsum', { element: 'em', className: 'important' });
3232
*

apidocs/cloud-api-source/source/javascripts/lib/_jquery.tocify.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@
858858

859859
}
860860

861-
// Maintains chainablity
861+
// Maintains chainability
862862
return self;
863863

864864
},
@@ -911,7 +911,7 @@
911911

912912
}
913913

914-
// Maintains chainablity
914+
// Maintains chainability
915915
return self;
916916
},
917917

apidocs/cloud-api-source/source/javascripts/lib/_lunr.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@
16671667

16681668
/**
16691669
* lunr.trimmer is a pipeline function for trimming non word
1670-
* characters from the begining and end of tokens before they
1670+
* characters from the beginning and end of tokens before they
16711671
* enter the index.
16721672
*
16731673
* This implementation may not work correctly for non latin
@@ -1891,7 +1891,7 @@
18911891
} else if (typeof exports === 'object') {
18921892
/**
18931893
* Node. Does not work with strict CommonJS, but
1894-
* only CommonJS-like enviroments that support module.exports,
1894+
* only CommonJS-like environments that support module.exports,
18951895
* like Node.
18961896
*/
18971897
module.exports = factory()

apidocs/docker-cloud/includes/action.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2 id="action">Action</h2>
6262

6363
<p>An action represents an API call by a user. Details of the API call such as timestamp, origin IP address, and user agent are logged in the action object.</p>
6464

65-
<p>Simple API calls that do not require asynchronous execution will return immediately with the appropiate HTTP error code and an action object will be created either in <code class="prettyprint">Success</code> or <code class="prettyprint">Failed</code> states. API calls that do require asynchronous execution will return HTTP code <code class="prettyprint">202 Accepted</code> immediately and create an action object in <code class="prettyprint">In progress</code> state, which will change to <code class="prettyprint">Success</code> or <code class="prettyprint">Failed</code> state depending on the outcome of the operation being performed. In both cases the response will include a <code class="prettyprint">X-DockerCloud-Action-URI</code> header with the resource URI of the created action.</p>
65+
<p>Simple API calls that do not require asynchronous execution will return immediately with the appropriate HTTP error code and an action object will be created either in <code class="prettyprint">Success</code> or <code class="prettyprint">Failed</code> states. API calls that do require asynchronous execution will return HTTP code <code class="prettyprint">202 Accepted</code> immediately and create an action object in <code class="prettyprint">In progress</code> state, which will change to <code class="prettyprint">Success</code> or <code class="prettyprint">Failed</code> state depending on the outcome of the operation being performed. In both cases the response will include a <code class="prettyprint">X-DockerCloud-Action-URI</code> header with the resource URI of the created action.</p>
6666

6767
<h3 id="attributes">Attributes</h3>
6868

apidocs/docker-cloud/includes/container.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ <h3 id="attributes">Attributes</h3>
470470
</tr>
471471
<tr>
472472
<td>roles</td>
473-
<td>List of Docker Cloud roles asigned to this container (see <a href="/docker-cloud/apps/api-roles/">API roles</a> for more information))</td>
473+
<td>List of Docker Cloud roles assigned to this container (see <a href="/docker-cloud/apps/api-roles/">API roles</a> for more information))</td>
474474
</tr>
475475
<tr>
476476
<td>linked_to_container</td>

apidocs/docker-cloud/includes/dockercloud-events.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 id="attributes">Attributes</h3>
8181
</tr>
8282
<tr>
8383
<td style="text-align: left">action</td>
84-
<td style="text-align: left">Type of action that was executed on the object. Posible values: <code class="prettyprint">create</code>, <code class="prettyprint">update</code> or <code class="prettyprint">delete</code></td>
84+
<td style="text-align: left">Type of action that was executed on the object. Possible values: <code class="prettyprint">create</code>, <code class="prettyprint">update</code> or <code class="prettyprint">delete</code></td>
8585
</tr>
8686
<tr>
8787
<td style="text-align: left">parents</td>

apidocs/docker-cloud/includes/nodecluster.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h3 id="provider-options">Provider options</h3>
200200

201201
<ul>
202202
<li><code class="prettyprint">id</code>: AWS VPC identifier of the target VPC where the nodes of the cluster will be deployed (required)</li>
203-
<li><code class="prettyprint">subnets</code>: a list of target subnet indentifiers inside selected VPC. If you specify more than one subnet, Docker Cloud will balance among all of them following a high-availability schema (optional)</li>
203+
<li><code class="prettyprint">subnets</code>: a list of target subnet identifiers inside selected VPC. If you specify more than one subnet, Docker Cloud will balance among all of them following a high-availability schema (optional)</li>
204204
<li><code class="prettyprint">security_groups</code>: the security group that will be applied to every node of the cluster (optional)</li>
205205
</ul></li>
206206
<li><code class="prettyprint">iam</code>: IAM-related options (optional)

apidocs/docker-cloud/javascripts/all.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apidocs/layouts/single.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h2 id="action">Action</h2>
208208

209209
<p>An action represents an API call by a user. Details of the API call such as timestamp, origin IP address, and user agent are logged in the action object.</p>
210210

211-
<p>Simple API calls that do not require asynchronous execution will return immediately with the appropiate HTTP error code and an action object will be created either in <code class="prettyprint">Success</code> or <code class="prettyprint">Failed</code> states. API calls that do require asynchronous execution will return HTTP code <code class="prettyprint">202 Accepted</code> immediately and create an action object in <code class="prettyprint">In progress</code> state, which will change to <code class="prettyprint">Success</code> or <code class="prettyprint">Failed</code> state depending on the outcome of the operation being performed. In both cases the response will include a <code class="prettyprint">X-DockerCloud-Action-URI</code> header with the resource URI of the created action.</p>
211+
<p>Simple API calls that do not require asynchronous execution will return immediately with the appropriate HTTP error code and an action object will be created either in <code class="prettyprint">Success</code> or <code class="prettyprint">Failed</code> states. API calls that do require asynchronous execution will return HTTP code <code class="prettyprint">202 Accepted</code> immediately and create an action object in <code class="prettyprint">In progress</code> state, which will change to <code class="prettyprint">Success</code> or <code class="prettyprint">Failed</code> state depending on the outcome of the operation being performed. In both cases the response will include a <code class="prettyprint">X-DockerCloud-Action-URI</code> header with the resource URI of the created action.</p>
212212

213213
<h3 id="attributes">Attributes</h3>
214214

@@ -1450,7 +1450,7 @@ <h3 id="provider-options">Provider options</h3>
14501450

14511451
<ul>
14521452
<li><code class="prettyprint">id</code>: AWS VPC identifier of the target VPC where the nodes of the cluster will be deployed (required)</li>
1453-
<li><code class="prettyprint">subnets</code>: a list of target subnet indentifiers inside selected VPC. If you specify more than one subnet, Docker Cloud will balance among all of them following a high-availability schema (optional)</li>
1453+
<li><code class="prettyprint">subnets</code>: a list of target subnet identifiers inside selected VPC. If you specify more than one subnet, Docker Cloud will balance among all of them following a high-availability schema (optional)</li>
14541454
<li><code class="prettyprint">security_groups</code>: the security group that will be applied to every node of the cluster (optional)</li>
14551455
</ul></li>
14561456
<li><code class="prettyprint">iam</code>: IAM-related options (optional)
@@ -5263,7 +5263,7 @@ <h3 id="attributes">Attributes</h3>
52635263
</tr>
52645264
<tr>
52655265
<td>roles</td>
5266-
<td>List of Docker Cloud roles asigned to this container (see <a href="/docker-cloud/apps/api-roles/">API roles</a> for more information))</td>
5266+
<td>List of Docker Cloud roles assigned to this container (see <a href="/docker-cloud/apps/api-roles/">API roles</a> for more information))</td>
52675267
</tr>
52685268
<tr>
52695269
<td>linked_to_container</td>
@@ -6326,7 +6326,7 @@ <h3 id="attributes">Attributes</h3>
63266326
</tr>
63276327
<tr>
63286328
<td style="text-align: left">action</td>
6329-
<td style="text-align: left">Type of action that was executed on the object. Posible values: <code class="prettyprint">create</code>, <code class="prettyprint">update</code> or <code class="prettyprint">delete</code></td>
6329+
<td style="text-align: left">Type of action that was executed on the object. Possible values: <code class="prettyprint">create</code>, <code class="prettyprint">update</code> or <code class="prettyprint">delete</code></td>
63306330
</tr>
63316331
<tr>
63326332
<td style="text-align: left">parents</td>

compose/aspnet-mssql-compose.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ configure this app to use our SQL Server database, and then create a
186186
Go ahead and try out the website! This sample uses the SQL Server
187187
database image in the back-end for authentication.
188188
189-
Ready! You now have a ASP.NET Core application running against SQL Server in
189+
Ready! You now have an ASP.NET Core application running against SQL Server in
190190
Docker Compose! This sample made use of some of the most popular Microsoft
191191
products for Linux. To learn more about Windows Containers, check out
192192
[Docker Labs for Windows Containers](https://github.com/docker/labs/tree/master/windows)

compose/compose-file/compose-file-v1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ id.
415415
Sets the PID mode to the host PID mode. This turns on sharing between
416416
container and the host operating system the PID address space. Containers
417417
launched with this flag can access and manipulate other
418-
containers in the bare-metal machine's namespace and vise-versa.
418+
containers in the bare-metal machine's namespace and vice versa.
419419

420420
### ports
421421

compose/compose-file/compose-file-v2.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ designated container or service.
10061006
If set to "host", the service's PID mode is the host PID mode. This turns
10071007
on sharing between container and the host operating system the PID address
10081008
space. Containers launched with this flag can access and manipulate
1009-
other containers in the bare-metal machine's namespace and vise-versa.
1009+
other containers in the bare-metal machine's namespace and vice versa.
10101010

10111011
> **Note**: the `service:` and `container:` forms require
10121012
> [version 2.1](compose-versioning.md#version-21) or above
@@ -1483,7 +1483,7 @@ Set a custom name for this volume.
14831483
data:
14841484
name: my-app-data
14851485

1486-
It can also be used in conjuction with the `external` property:
1486+
It can also be used in conjunction with the `external` property:
14871487

14881488
version: '2.1'
14891489
volumes:
@@ -1641,7 +1641,7 @@ Set a custom name for this network.
16411641
network1:
16421642
name: my-app-net
16431643

1644-
It can also be used in conjuction with the `external` property:
1644+
It can also be used in conjunction with the `external` property:
16451645

16461646
version: '2.1'
16471647
networks:

compose/compose-file/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ networks:
14091409
Sets the PID mode to the host PID mode. This turns on sharing between
14101410
container and the host operating system the PID address space. Containers
14111411
launched with this flag can access and manipulate other
1412-
containers in the bare-metal machine's namespace and vise-versa.
1412+
containers in the bare-metal machine's namespace and vice versa.
14131413
14141414
### ports
14151415
@@ -2029,7 +2029,7 @@ and will **not** be scoped with the stack name.
20292029
data:
20302030
name: my-app-data
20312031

2032-
It can also be used in conjuction with the `external` property:
2032+
It can also be used in conjunction with the `external` property:
20332033

20342034
version: '3.4'
20352035
volumes:
@@ -2257,7 +2257,7 @@ and will **not** be scoped with the stack name.
22572257
network1:
22582258
name: my-app-net
22592259

2260-
It can also be used in conjuction with the `external` property:
2260+
It can also be used in conjunction with the `external` property:
22612261

22622262
version: '3.5'
22632263
networks:

compose/rails.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ web_1 | A server is already
230230
running. Check /myapp/tmp/pids/server.pid.
231231
```
232232

233-
To resolve this, delete the file `tmp/pids/server.pid`, and then re-start the
233+
To resolve this, delete the file `tmp/pids/server.pid`, and then restart the
234234
application with `docker-compose up`.
235235

236236
### Restart the application

config/containers/logging/splunk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following properties let you configure the splunk logging driver.
4949

5050
- To configure the `splunk` driver across the Docker environment, edit
5151
`daemon.json` with the key, `"log-opts": {"NAME": "VALUE", ...}`.
52-
- To configure the `splunk` driver for an indiviual container, use `docker run`
52+
- To configure the `splunk` driver for an individual container, use `docker run`
5353
with the flag, `--log-opt NAME=VALUE ...`.
5454

5555
| Option | Required | Description |

datacenter/dtr/2.0/install/upgrade/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ is ensuring you're running DTR 2.0. If that's not the case, start by upgrading
1111
your installation to version 2.0.0, and then upgrade to the latest version
1212
available.
1313

14-
There is no downtime when upgrading an highly-available DTR cluster. If your
14+
There is no downtime when upgrading a highly-available DTR cluster. If your
1515
DTR deployment has a single replica, schedule the upgrade to take place outside
1616
business peak hours to ensure the impact on your business is close to none.
1717

datacenter/dtr/2.1/guides/install/upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ is ensuring you're running DTR 2.0. If that's not the case, start by upgrading
99
your installation to version 2.0.0, and then upgrade to the latest version
1010
available.
1111

12-
There is no downtime when upgrading an highly-available DTR cluster. If your
12+
There is no downtime when upgrading a highly-available DTR cluster. If your
1313
DTR deployment has a single replica, schedule the upgrade to take place outside
1414
business peak hours to ensure the impact on your business is close to none.
1515

datacenter/dtr/2.1/reference/api/swagger-ui.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ SuperagentHttpClient.prototype.execute = function (obj) {
21212121
} else if (res && obj.on && obj.on.response) {
21222122
var possibleObj;
21232123

2124-
// Already parsed by by superagent?
2124+
// Already parsed by superagent?
21252125
if(res.body && Object.keys(res.body).length > 0) {
21262126
possibleObj = res.body;
21272127
} else {
@@ -12442,7 +12442,7 @@ var iframe,
1244212442
elemdisplay = {};
1244312443

1244412444
/**
12445-
* Retrieve the actual display of a element
12445+
* Retrieve the actual display of an element
1244612446
* @param {String} name nodeName of the element
1244712447
* @param {Object} doc Document object
1244812448
*/
@@ -13862,7 +13862,7 @@ jQuery.fx.speeds = {
1386213862
};
1386313863

1386413864

13865-
// Based off of the plugin by Clint Helfers, with permission.
13865+
// Based on the plugin by Clint Helfers, with permission.
1386613866
// http://blindsignals.com/index.php/2009/07/jquery-delay/
1386713867
jQuery.fn.delay = function( time, type ) {
1386813868
time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
@@ -26068,7 +26068,7 @@ var baseCreate = require('./baseCreate'),
2606826068
* @private
2606926069
* @param {*} value The value to wrap.
2607026070
* @param {boolean} [chainAll] Enable chaining for all wrapper methods.
26071-
* @param {Array} [actions=[]] Actions to peform to resolve the unwrapped value.
26071+
* @param {Array} [actions=[]] Actions to perform to resolve the unwrapped value.
2607226072
*/
2607326073
function LodashWrapper(value, chainAll, actions) {
2607426074
this.__wrapped__ = value;

datacenter/dtr/2.2/guides/admin/configure/external-storage/s3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Start by
2424
Then, as a best practice you should
2525
[create a new IAM user](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html)
2626
just for the DTR
27-
integration and apply a IAM policy that ensures the user has limited permissions.
27+
integration and apply an IAM policy that ensures the user has limited permissions.
2828

2929
This user only needs permissions to access the bucket that you use to store
3030
images, and to read, write, and delete files.

datacenter/dtr/2.2/guides/admin/configure/garbage-collection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pushes will fail
1818

1919
The GC cron schedule is set to run in **UTC time**. Containers typically run in
2020
UTC time (unless the system time is mounted), therefore remember that the cron
21-
schedule will run based off of UTC time when configuring.
21+
schedule will run based on UTC time when configuring.
2222

2323
GC puts DTR into read-only mode; pulls succeed while pushes fail. Pushing an
2424
image while GC runs may lead to undefined behavior and data loss, therefore

datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-batch-jobs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Jobs can be in one of the following status:
6868

6969
## Job capacity
7070

71-
Each job runner has a limited capacity and doesn't claim jobs that require an
71+
Each job runner has a limited capacity and doesn't claim jobs that require a
7272
higher capacity. You can see the capacity of a job runner using the
7373
`GET /api/v0/workers` endpoint:
7474

0 commit comments

Comments
 (0)