mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix bunch of typos
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
515e5dade7
commit
e6866492c4
24 changed files with 24 additions and 24 deletions
|
|
@ -10,5 +10,5 @@ Compile
|
|||
## inside build container
|
||||
$ go build contrib/docker-device-tool/device_tool.go
|
||||
|
||||
# if devicemapper version is old and compliation fails, compile with `libdm_no_deferred_remove` tag
|
||||
# if devicemapper version is old and compilation fails, compile with `libdm_no_deferred_remove` tag
|
||||
$ go build -tags libdm_no_deferred_remove contrib/docker-device-tool/device_tool.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue