From b715a60d4a8f6e21aef7043385c44d805c810f2e Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 19 Feb 2026 09:25:55 +0000 Subject: [PATCH] typo in log --- backend/categorisation/processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/categorisation/processor.py b/backend/categorisation/processor.py index ca58fb9d..e1c0c6ff 100644 --- a/backend/categorisation/processor.py +++ b/backend/categorisation/processor.py @@ -165,4 +165,4 @@ def _update_default_flags(plans: List[Plan], cheapest_plan: Plan) -> None: logger.info("Successfully updated Plan default values") else: - logger.info("All plan default values already correct. Not udpating") + logger.info("All plan default values already correct. Not updating")