automation: fix typo in comment
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 30 May 2019 14:40:28 +0000 (16:40 +0200)
committerWei Liu <liuw@liuw.name>
Sun, 16 Jun 2019 20:54:47 +0000 (21:54 +0100)
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
automation/scripts/containerize

index dc6d4f363eb4cbf762e914b7160201d7d0ffd488..fbc4bc22d62c078cd3149473472333e634d9497a 100755 (executable)
@@ -26,7 +26,7 @@ case "_${CONTAINER}" in
     _xenial) CONTAINER="${BASE}/ubuntu:xenial" ;;
 esac
 
-# Use this variable to control whehter root should be used
+# Use this variable to control whether root should be used
 case "_${CONTAINER_UID0}" in
     _1)   userarg= ;;
     _0|_) userarg="-u $(id -u)" ;;