docs: fix a typo in Dockerfile.5.md

s/Mutliple/Multiple

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Upstream-commit: c4340de04faec1b9d54da62a8a2174da4d6a301b
Component: engine
This commit is contained in:
Chen Hanxiao
2015-02-07 17:09:20 +08:00
parent ffcc4076f8
commit 2fcf439ff5

View File

@ -138,7 +138,7 @@ or
whitespace.
The ADD instruction copies new files, directories
or remote file URLs to the filesystem of the container at path <dest>.
Mutliple <src> resources may be specified but if they are files or directories
Multiple <src> resources may be specified but if they are files or directories
then they must be relative to the source directory that is being built
(the context of the build). The <dest> is the absolute path, or path relative
to `WORKDIR`, into which the source is copied inside the target container.