From 6a8e39dd73bfd03d5ad9fdc1c12d8912e8ca4e8d Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Thu, 28 Sep 2023 12:57:56 +0200
Subject: [PATCH] spelling mistake

---
 notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
index 7cf0c39ef..803057ba2 100644
--- a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
+++ b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
@@ -602,7 +602,7 @@
     "\n",
     "agipd_metadata = agipd_cal.metadata(dark_constants)\n",
     "\n",
-    "agipd_cal.gain_mode = None  # gain_mode not used of gain constants\n",
+    "agipd_cal.gain_mode = None  # gain_mode is not used for gain constants\n",
     "if any(agipd_corr.pc_bools):\n",
     "    pc_constants = [\"SlopesPC\", \"BadPixelsPC\"]\n",
     "    get_constants_and_update_metadata(\n",
-- 
GitLab