From a6d84f6f2e3b8d0a46c89ae119688ddebcfa1ce9 Mon Sep 17 00:00:00 2001
From: jws52 <jws52@cam.ac.uk>
Date: Mon, 29 Apr 2024 10:37:26 +0100
Subject: [PATCH] doc: Correct code comment

---
 coordinator/ProcessorEpidemiology.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coordinator/ProcessorEpidemiology.py b/coordinator/ProcessorEpidemiology.py
index 12bc7cf..d0476bf 100644
--- a/coordinator/ProcessorEpidemiology.py
+++ b/coordinator/ProcessorEpidemiology.py
@@ -385,7 +385,7 @@ class ProcessorEpidemiology(Processor):
                     status.reset('ERROR')
                     endJob(status,premature=True)
             
-            # configure filename of prepared deposition data
+            # configure filename of prepared environment data
 
             if 'Environment' in config_epi:
 
-- 
GitLab