Browse Source

docs: fix another typo in docker-build man page

s/arbtrary/arbitrary

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Chen Hanxiao 10 years ago
parent
commit
f0c9818eba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/man/docker-build.1.md

+ 1 - 1
docs/man/docker-build.1.md

@@ -91,7 +91,7 @@ no hard rules here but it is best to give the names consideration.
 
 The **-t**/**--tag** flag is used to rename an image. Here are some examples:
 
-Though it is not a good practice, image names can be arbtrary:
+Though it is not a good practice, image names can be arbitrary:
 
     docker build -t myimage .