diff --git a/core/src/main/groovy/com/muwire/core/MuWireSettings.groovy b/core/src/main/groovy/com/muwire/core/MuWireSettings.groovy index de79239d..c482c0bd 100644 --- a/core/src/main/groovy/com/muwire/core/MuWireSettings.groovy +++ b/core/src/main/groovy/com/muwire/core/MuWireSettings.groovy @@ -102,7 +102,7 @@ class MuWireSettings { downloadRetryInterval = Integer.parseInt(props.getProperty("downloadRetryInterval","60")) downloadMaxFailures = Integer.parseInt(props.getProperty("downloadMaxFailures","10")) updateCheckInterval = Integer.parseInt(props.getProperty("updateCheckInterval","24")) - lastUpdateCheck = Long.parseLong(props.getProperty("lastUpdateChec","0")) + lastUpdateCheck = Long.parseLong(props.getProperty("lastUpdateCheck","0")) autoDownloadUpdate = Boolean.parseBoolean(props.getProperty("autoDownloadUpdate","true")) updateType = props.getProperty("updateType","jar") shareDownloadedFiles = Boolean.parseBoolean(props.getProperty("shareDownloadedFiles","true"))