Browse Source

Merge pull request #10109 from ankushagarwal/imagespec-typo

Fix typos in image spec v1
Michael Crosby 10 years ago
parent
commit
3837c08022
1 changed files with 2 additions and 2 deletions
  1. 2 2
      image/spec/v1.md

+ 2 - 2
image/spec/v1.md

@@ -243,7 +243,7 @@ Here is an example image JSON file:
         The execution parameters which should be used as a base when running a
         The execution parameters which should be used as a base when running a
         container using the image. This field can be <code>null</code>, in
         container using the image. This field can be <code>null</code>, in
         which case any execution parameters should be specified at creation of
         which case any execution parameters should be specified at creation of
-        the image.
+        the container.
 
 
         <h4>Container RunConfig Field Descriptions</h4>
         <h4>Container RunConfig Field Descriptions</h4>
 
 
@@ -391,7 +391,7 @@ interpret them.
 
 
 An example of creating an Image Filesystem Changeset follows.
 An example of creating an Image Filesystem Changeset follows.
 
 
-An image root filesystem is first creating as an empty directory named with the
+An image root filesystem is first created as an empty directory named with the
 ID of the image being created. Here is the initial empty directory structure
 ID of the image being created. Here is the initial empty directory structure
 for the changeset for an image with ID `c3167915dc9d` ([real IDs are much
 for the changeset for an image with ID `c3167915dc9d` ([real IDs are much
 longer](#id_desc), but this example use a truncated one here for brevity.
 longer](#id_desc), but this example use a truncated one here for brevity.