From 24283925c294168184b34e9270cd7b1c7234c54a Mon Sep 17 00:00:00 2001
From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= <francois@fleuret.org>
Date: Tue, 25 Jun 2024 06:35:42 +0200
Subject: [PATCH] Update.

---
 tasks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks.py b/tasks.py
index ee06c25..80ffdbb 100755
--- a/tasks.py
+++ b/tasks.py
@@ -305,7 +305,7 @@ class World(Task):
             else:
                 break
 
-            logger(f"chaging temperature to {temperature}")
+            logger(f"changing temperature to {temperature}")
 
         ###############################################################
         # Create the reverse quizzes
-- 
2.39.5