diff --git a/ci-scripts/ran.py b/ci-scripts/ran.py
index d29936d1bb9117020b40d1afdee6eac73d8eaea4..84d16749199d082d8529140eb42b05bfdf764be0 100644
--- a/ci-scripts/ran.py
+++ b/ci-scripts/ran.py
@@ -712,7 +712,7 @@ class RANManagement():
 				logStatus = self.AnalyzeLogFile_eNB(fileToAnalyze, HTML)
 				if (logStatus < 0):
 					HTML.CreateHtmlTestRow('N/A', 'KO', logStatus)
-					self.preamtureExit = True
+					self.prematureExit = True
 					self.eNBmbmsEnables[int(self.eNB_instance)] = False
 					return
 				else: