summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-04-13 12:00:38 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-04-13 12:00:46 -0700
commit34afb00666814d7bcb5c29085a25353986ea805d (patch)
tree2c7ff27a124e87d9d4dd7f71294f79609717236b
parent09caaed60efbf525d7eadb73887b50843bd2d9bd (diff)
downloadfatcat-34afb00666814d7bcb5c29085a25353986ea805d.tar.gz
fatcat-34afb00666814d7bcb5c29085a25353986ea805d.zip
fix 'colected' typos
Thanks for the catch martin
-rw-r--r--extra/collectd_statsd.conf2
-rw-r--r--python/fatcat_web/templates/base.html2
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>