From 2cec3511c7b619371870d4f10a1e1ecc8d833bdb Mon Sep 17 00:00:00 2001
From: sajvanderzeeuw <sajvanderzeeuw@sasc-sander.lumcnet.prod.intern>
Date: Thu, 5 Jun 2014 16:37:40 +0200
Subject: [PATCH] Changed glogal config to global config

---
 .../src/main/java/nl/lumc/sasc/biopet/core/Config.scala       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/biopet-framework/src/main/java/nl/lumc/sasc/biopet/core/Config.scala b/biopet-framework/src/main/java/nl/lumc/sasc/biopet/core/Config.scala
index 6a4d7ca08..889b5e60b 100644
--- a/biopet-framework/src/main/java/nl/lumc/sasc/biopet/core/Config.scala
+++ b/biopet-framework/src/main/java/nl/lumc/sasc/biopet/core/Config.scala
@@ -19,8 +19,8 @@ class Config(var map: Map[String,Any]) extends Logging {
         logger.info("Loading config file: " + file)
         loadConfigFile(file)
       }
-      else logger.warn("QUEUE_CONFIG value  found but file does not exist, no glogal config is loaded")
-    } else logger.warn("QUEUE_CONFIG value not found, no glogal config is loaded")
+      else logger.warn("QUEUE_CONFIG value  found but file does not exist, no global config is loaded")
+    } else logger.warn("QUEUE_CONFIG value not found, no global config is loaded")
   }
   
   def contains(s:String) : Boolean = map.contains(s)
-- 
GitLab