diff --git a/type/__prometheus/manifest b/type/__prometheus/manifest index b8df358..7c95621 100644 --- a/type/__prometheus/manifest +++ b/type/__prometheus/manifest @@ -6,7 +6,7 @@ case "$os" in __package prometheus ;; *) - echo "This type does not supper $os. Exiting." >&2 + echo "This type does not support $os. Exiting." >&2 exit 1 ;; esac