diff --git a/contrib/create-coreos-vdi b/contrib/create-coreos-vdi index 9aa34caee2..fa7e4a862c 100755 --- a/contrib/create-coreos-vdi +++ b/contrib/create-coreos-vdi @@ -44,7 +44,7 @@ if [ -z "${DEST}" ]; then fi if [[ ! -d "${DEST}" ]]; then - echo "$0: Target path (${DEST}) do not exists." >&2 + echo "$0: Target path (${DEST}) does not exist." >&2 exit 1 fi