From 1f1496c63b83d9fb31f5e9aabebf1847b20f2df5 Mon Sep 17 00:00:00 2001
From: LukasChlad <l.chlad@gsi.de>
Date: Tue, 22 Aug 2023 14:36:18 +0200
Subject: [PATCH] Fix typo, will allow automatic check of job status

---
 .../PWG/common/production/run_analysis_tree_maker_json_config.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macro/PWG/common/production/run_analysis_tree_maker_json_config.C b/macro/PWG/common/production/run_analysis_tree_maker_json_config.C
index 9f2aec81c1..2e0f783ac9 100644
--- a/macro/PWG/common/production/run_analysis_tree_maker_json_config.C
+++ b/macro/PWG/common/production/run_analysis_tree_maker_json_config.C
@@ -185,7 +185,7 @@ void run_analysis_tree_maker_json_config(TString traPath = "test", TString rawPa
   timer.Stop();
   const Double_t rtime = timer.RealTime();
   const Double_t ctime = timer.CpuTime();
-  std::cout << "Macro finished succesfully." << std::endl;
+  std::cout << "Macro finished successfully." << std::endl;
   std::cout << "Output file is " << outFile << std::endl;
   std::cout << "Parameter file is " << parFile << std::endl;
 
-- 
GitLab