fixed type per issue #533

This commit is contained in:
Jeremy Long
2016-08-11 20:55:36 -04:00
parent c4d662fd2b
commit 45941adb71
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ public final class Settings {
/**
* The key to obtain the application name.
*/
public static final String APPLICATION_VAME = "application.name";
public static final String APPLICATION_NAME = "application.name";
/**
* The key to obtain the application version.
*/