diff --git a/dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/ConnectionFactory.java b/dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/ConnectionFactory.java index 398181e210..eb2fc6768f 100644 --- a/dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/ConnectionFactory.java +++ b/dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/ConnectionFactory.java @@ -51,7 +51,7 @@ public class ConnectionFactory { try { conf = new PropertiesConfiguration(Constants.APPLICATION_PROPERTIES); }catch (ConfigurationException e){ - logger.error("load configuration excetpion",e); + logger.error("load configuration exception",e); System.exit(1); } }