summaryrefslogtreecommitdiffstats
path: root/packaging/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/scripts/install.sh')
-rwxr-xr-xpackaging/scripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/scripts/install.sh b/packaging/scripts/install.sh
index c591b0be..b14ca11e 100755
--- a/packaging/scripts/install.sh
+++ b/packaging/scripts/install.sh
@@ -77,7 +77,7 @@ case "${DISTRO}" in
install_suse_like
;;
*)
- printf "ERROR: unspported distro: %s_%s\n" "${DISTRO}" "${DISTRO_VERSION}"
+ printf "ERROR: unsupported distro: %s_%s\n" "${DISTRO}" "${DISTRO_VERSION}"
exit 1
;;
esac