Browse code

Spelling correction in docs

Jon Wedaman authored on 2013/06/02 10:48:32
Showing 1 changed files
... ...
@@ -270,7 +270,7 @@
270 270
                     <li>Filesystem isolation: each process container runs in a completely separate root filesystem.</li>
271 271
                     <li>Resource isolation: system resources like cpu and memory can be allocated differently to each process container, using cgroups.</li>
272 272
                     <li>Network isolation: each process container runs in its own network namespace, with a virtual interface and IP address of its own.</li>
273
-                    <li>Copy-on-write: root filesystems are created using copy-on-write, which makes deployment extremeley fast, memory-cheap and disk-cheap.</li>
273
+                    <li>Copy-on-write: root filesystems are created using copy-on-write, which makes deployment extremely fast, memory-cheap and disk-cheap.</li>
274 274
                     <li>Logging: the standard streams (stdout/stderr/stdin) of each process container is collected and logged for real-time or batch retrieval.</li>
275 275
                     <li>Change management: changes to a container's filesystem can be committed into a new image and re-used to create more containers. No templating or manual configuration required.</li>
276 276
                     <li>Interactive shell: docker can allocate a pseudo-tty and attach to the standard input of any container, for example to run a throwaway interactive shell.</li>