From 34afb00666814d7bcb5c29085a25353986ea805d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Apr 2021 12:00:38 -0700 Subject: fix 'colected' typos Thanks for the catch martin --- extra/collectd_statsd.conf | 2 +- python/fatcat_web/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/collectd_statsd.conf b/extra/collectd_statsd.conf index 53419be2..a434ed9f 100644 --- a/extra/collectd_statsd.conf +++ b/extra/collectd_statsd.conf @@ -4,7 +4,7 @@ # eg, kcollectd, which is helpful for basic debugging of metrics. # # To use, copy this file to, eg: /etc/collectd/collectd.conf.d/fatcat_statsd.conf -# then restart colectd: sudo service collectd restart +# then restart collectd: sudo service collectd restart LoadPlugin statsd diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index c17f81de..5f507082 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -158,7 +158,7 @@ window.goatcounter = { /* title leaks search query, so don't report it */ title: "", - {# to allow localhost connections (dev) to be colected, set: allow_local: true #} + {# to allow localhost connections (dev) to be collected, set: allow_local: true #} }; -- cgit v1.2.3