Commit f35f8a6e authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

contrib/docker_cr.sh: fix a typo in a comment

comand -> command
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 0eac990d
......@@ -48,7 +48,7 @@ MOUNT_MAP_ARGS=()
#
# The default mode is non-verbose, printing only a short message
# saying if the comand succeeded or failed. For the verbose mode,
# saying if the command succeeded or failed. For the verbose mode,
# we could have used set -o xtrace but this option would have
# generated excessive output suitable for debugging, not normal
# usage. So we set ${ECHO} to echo in the verbose mode to print
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment