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 6a4d7ca0828855ca8561936e5eae204d0f9ce7bb..889b5e60b9aed5aa4641f4bba223de8b8aa55206 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)