From: Nikos Skalkotos Date: Mon, 19 Dec 2011 16:28:17 +0000 (+0200) Subject: Fix a small typo in an error message. X-Git-Tag: v0.3~4 X-Git-Url: https://code.grnet.gr/git/snf-image/commitdiff_plain/b2635f7237a17ec9fd3cb9158fc759fad3857293?hp=a27e4ee4d93801080dc6d00c620e52ce0cd256d4 Fix a small typo in an error message. --- diff --git a/snf-image-helper/snf-image-helper.in b/snf-image-helper/snf-image-helper.in index 156b458..fbe20c6 100644 --- a/snf-image-helper/snf-image-helper.in +++ b/snf-image-helper/snf-image-helper.in @@ -77,7 +77,7 @@ trap '{ umount "$target"; }' ERR if [ -z "$SNF_IMAGE_PROPERTY_EXCLUDE_ALL_TASKS" ]; then if [[ ! "$SNF_IMAGE_PROPERTY_OSFAMILY" =~ ^(linux|windows)$ ]]; then - log_error "Supported values for OSFAMILY propertry are: linux|windows" + log_error "Supported values for OSFAMILY property are: linux|windows" fi # Redirect standard error to standard output,