Browse code

docs: fix a typo in Dockerfile.5.md

s/Mutliple/Multiple

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>

Chen Hanxiao authored on 2015/02/07 18:09:20
Showing 1 changed files
... ...
@@ -138,7 +138,7 @@ or
138 138
  whitespace.
139 139
  The ADD instruction copies new files, directories
140 140
  or remote file URLs to the filesystem of the container at path <dest>.
141
- Mutliple <src> resources may be specified but if they are files or directories
141
+ Multiple <src> resources may be specified but if they are files or directories
142 142
  then they must be relative to the source directory that is being built
143 143
  (the context of the build). The <dest> is the absolute path, or path relative
144 144
  to `WORKDIR`, into which the source is copied inside the target container.