2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

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

comand -> command

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Kir Kolyshkin
2016-08-04 14:54:58 -07:00
committed by Pavel Emelyanov
parent 0eac990dee
commit f35f8a6ef4

View File

@@ -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