diff options
-rw-r--r-- | extra/collectd_statsd.conf | 2 | ||||
-rw-r--r-- | 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 #} }; </script> <script data-goatcounter="{{ config.GOATCOUNTER_ENDPOINT }}" async src="{{ config.GOATCOUNTER_SCRIPT_URL }}"></script> |