From cadc0275699cd0e07532065b9c6f87f2209796a9 Mon Sep 17 00:00:00 2001 From: Joachim Desroches Date: Mon, 22 Feb 2021 16:35:10 +0100 Subject: [PATCH] Fix typo in Prometheus. --- type/__prometheus/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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