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 9f2aec81c17faf5f35c0aca4212c26c1ad54922a..2e0f783ac98756b64b66af1d1894c99cb34d70a9 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;