From f35f8a6ef40f44b55546c323e6de8b33e4cb7222 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 4 Aug 2016 14:54:58 -0700 Subject: [PATCH] contrib/docker_cr.sh: fix a typo in a comment comand -> command Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- contrib/docker_cr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker_cr.sh b/contrib/docker_cr.sh index 1a8b203b2..9b43d8ba1 100755 --- a/contrib/docker_cr.sh +++ b/contrib/docker_cr.sh @@ -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