Skip to content

Commit 620dd2a

Browse files
committed
Merge pull request #5 from hascode/master
Typo in TroubleshootManager fixed.
2 parents 8b76a53 + 60f075c commit 620dd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/audit4j/core/TroubleshootManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static void troubleshootEvent(AuditEvent event) {
8181
*/
8282
public static void troubleshootConfiguration(ConfigurationException e) {
8383
if (e.getId().equals("CONF_001")) {
84-
System.err.println("Audit4j:WARN Initial confguration file not found. \n"
84+
System.err.println("Audit4j:WARN Initial configuration file not found. \n"
8585
+ "Audit4j: Creating a new configuration file - " + CoreConstants.CONFIG_FILE_NAME);
8686
ConfigUtil.generateConfigFromText();
8787
} else if (e.getId().equals("CONF_002")) {

0 commit comments

Comments
 (0)