BUG/MINOR: contrib/prometheus-exporter: Fix a typo in the run-queue metric type

No backport needed.
diff --git a/contrib/prometheus-exporter/service-prometheus.c b/contrib/prometheus-exporter/service-prometheus.c
index ed71acf..63bf4e6 100644
--- a/contrib/prometheus-exporter/service-prometheus.c
+++ b/contrib/prometheus-exporter/service-prometheus.c
@@ -938,7 +938,7 @@
 	[INF_ZLIB_MEM_USAGE]                 = IST("gauge"),
 	[INF_MAX_ZLIB_MEM_USAGE]             = IST("counter"),
 	[INF_TASKS]                          = IST("gauge"),
-	[INF_RUN_QUEUE]                      = IST("gouge"),
+	[INF_RUN_QUEUE]                      = IST("gauge"),
 	[INF_IDLE_PCT]                       = IST("gauge"),
 	[INF_NODE]                           = IST("untyped"),
 	[INF_DESCRIPTION]                    = IST("untyped"),