From 0f2eb392c908ad7748d2b739bed0ba02d919cb13 Mon Sep 17 00:00:00 2001 From: Andrew de Quincey Date: Sat, 1 May 2021 15:03:38 +0100 Subject: [PATCH] typo --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index be68ded..059d6dd 100644 --- a/config.py +++ b/config.py @@ -126,6 +126,6 @@ thermocouple_offset=0 honour_theromocouple_short_errors = True # number of samples of temperature to average. -# If you suffer from ghe high temperature kiln issue and have set honour_theromocouple_short_errors to False, +# If you suffer from the high temperature kiln issue and have set honour_theromocouple_short_errors to False, # you will likely need to increase this (eg I use 40) temperature_average_samples = 5