From e8e0b718c6d0adc182978e6b680a552b8d295e80 Mon Sep 17 00:00:00 2001
From: Ole Hansen <ole@jlab.org>
Date: Thu, 12 Nov 2020 21:39:53 -0500
Subject: [PATCH] Fix a bunch of typos

---
 cmake/DD4hepBuild.cmake                | 2 +-
 examples/CLICSiD/CMakeLists.txt        | 2 +-
 examples/DDG4/CMakeLists.txt           | 2 +-
 examples/DDG4_MySensDet/CMakeLists.txt | 2 +-
 examples/LHeD/CMakeLists.txt           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/cmake/DD4hepBuild.cmake b/cmake/DD4hepBuild.cmake
index 204ce915c..088abfa8c 100644
--- a/cmake/DD4hepBuild.cmake
+++ b/cmake/DD4hepBuild.cmake
@@ -805,7 +805,7 @@ MACRO(DD4HEP_SETUP_GEANT4_TARGETS)
     # Geant4::10.2.2 at least, not in 10.5 (check where it switches)
     string(REPLACE " " ";" Geant4_Flags ${Geant4_CXX_FLAGS} ${Geant4_CXX_FLAGS_${CMAKE_BUILD_TYPE}})
 
-    #Geant4_DEFINITIONS already include -D, we jave to get rid of that so we can join things when creating dictionaries
+    #Geant4_DEFINITIONS already include -D, we have to get rid of that so we can join things when creating dictionaries
     SET(G4_DEF_TEMP "")
     foreach(def ${Geant4_DEFINITIONS})
       string(REPLACE "-D" "" def ${def})
diff --git a/examples/CLICSiD/CMakeLists.txt b/examples/CLICSiD/CMakeLists.txt
index a27150343..9c8a1050c 100644
--- a/examples/CLICSiD/CMakeLists.txt
+++ b/examples/CLICSiD/CMakeLists.txt
@@ -128,7 +128,7 @@ dd4hep_add_test_reg( CLICSiD_GDML_import_LONGTEST
 #
 endif()
 #
-#---Geant4 Testsing-----------------------------------------------------------------
+#---Geant4 Testing-----------------------------------------------------------------
 #
 if (DD4HEP_USE_GEANT4)
   #
diff --git a/examples/DDG4/CMakeLists.txt b/examples/DDG4/CMakeLists.txt
index cebdfcad5..e33e16ea6 100644
--- a/examples/DDG4/CMakeLists.txt
+++ b/examples/DDG4/CMakeLists.txt
@@ -22,7 +22,7 @@ dd4hep_set_compiler_flags()
 
 set(DDG4examples_INSTALL  ${CMAKE_INSTALL_PREFIX}/examples/DDG4)
 #
-#---Geant4 Testsing-----------------------------------------------------------------
+#---Geant4 Testing-----------------------------------------------------------------
 #
 if (DD4HEP_USE_GEANT4)
   #----  Dictionary of classes to be written to the ROOT file   --------------------
diff --git a/examples/DDG4_MySensDet/CMakeLists.txt b/examples/DDG4_MySensDet/CMakeLists.txt
index 27e6fd7f1..86f670b85 100644
--- a/examples/DDG4_MySensDet/CMakeLists.txt
+++ b/examples/DDG4_MySensDet/CMakeLists.txt
@@ -31,7 +31,7 @@ dd4hep_configure_scripts(DDG4_MySensDet DEFAULT_SETUP WITH_TESTS)
 enable_testing ()
 include(CTest)
 #
-#---Geant4 Testsing-----------------------------------------------------------------
+#---Geant4 Testing-----------------------------------------------------------------
 #
 if (DD4HEP_USE_GEANT4)
   #---------------------------  Plugin library for the simulation framework  ---------
diff --git a/examples/LHeD/CMakeLists.txt b/examples/LHeD/CMakeLists.txt
index 6c5ab0ade..0d34a57a3 100644
--- a/examples/LHeD/CMakeLists.txt
+++ b/examples/LHeD/CMakeLists.txt
@@ -79,7 +79,7 @@ dd4hep_add_test_reg( LHeD_check_overlaps_LONGTEST
                     --tolerance=0.1
   REGEX_PASS " Execution finished..." )
 #
-#---Geant4 Testsing-----------------------------------------------------------------
+#---Geant4 Testing-----------------------------------------------------------------
 #
 if (DD4HEP_USE_GEANT4)
   #
-- 
GitLab