s/Mutliple/Multiple
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
| ... | ... |
@@ -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. |