From 3a050e7533e40ea3b1702dfd808f3bbc916588cb Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Mon, 1 Sep 2025 20:33:55 +0200 Subject: [PATCH] Typo in comment --- bugsink/conf_templates/docker.py.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugsink/conf_templates/docker.py.template b/bugsink/conf_templates/docker.py.template index 620a6c4..8f59163 100644 --- a/bugsink/conf_templates/docker.py.template +++ b/bugsink/conf_templates/docker.py.template @@ -60,7 +60,7 @@ SNAPPEA = { "NUM_WORKERS": int(os.getenv("SNAPPEA_NUM_WORKERS", 2)), "STATS_RETENTION_MINUTES": int(os.getenv("SNAPPEA_STATS_RETENTION_MINUTES", 60 * 24 * 7)), - # in our Dockerfile the foreman is started exactly once (no check against collisions needed) and whaterver is + # in our Dockerfile the foreman is started exactly once (no check against collisions needed) and whatever is # running the container is responsible for the container's lifecycle (again: no pid-file check needed to avoid # collisions) "PID_FILE": None,