File: 02_spelling

package info (click to toggle)
proftpd-mod-prometheus 0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,044 kB
  • sloc: ansic: 7,459; perl: 5,314; sh: 3,314; makefile: 130
file content (13 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Fix spelling error.

--- proftpd-mod-prometheus.orig/mod_prometheus.c
+++ proftpd-mod-prometheus/mod_prometheus.c
@@ -1450,7 +1450,7 @@
 
   metric = prom_metric_create(prometheus_pool, "directory_list", dbh);
   prom_metric_add_counter(metric, "total",
-    "Number of succesful directory listings");
+    "Number of successful directory listings");
   prom_metric_add_gauge(metric, "count", "Current count of directory listings");
   res = prom_registry_add_metric(prometheus_registry, metric);
   if (res < 0) {