Browse code

[docs,man] Fixed typo (#29516)

Signed-off-by: Michael Käufl <docker@c.michael-kaeufl.de>

Michael authored on 2016/12/19 09:55:09
Showing 2 changed files
... ...
@@ -438,7 +438,7 @@ Specifying the `--isolation` flag without a value is the same as setting `--isol
438 438
 
439 439
 Once the image is built, squash the new layers into a new image with a single
440 440
 new layer. Squashing does not destroy any existing image, rather it creates a new
441
-image with the content of the squshed layers. This effectively makes it look
441
+image with the content of the squashed layers. This effectively makes it look
442 442
 like all `Dockerfile` commands were created with a single layer. The build
443 443
 cache is preserved with this method.
444 444
 
... ...
@@ -62,7 +62,7 @@ set as the **URL**, the repository is cloned locally and then sent as the contex
62 62
    **Experimental Only**
63 63
    Once the image is built, squash the new layers into a new image with a single
64 64
    new layer. Squashing does not destroy any existing image, rather it creates a new
65
-   image with the content of the squshed layers. This effectively makes it look
65
+   image with the content of the squashed layers. This effectively makes it look
66 66
    like all `Dockerfile` commands were created with a single layer. The build
67 67
    cache is preserved with this method.
68 68