Merge pull request #205 from tivervac/typo_preference_key

Thanks Titouan
This commit is contained in:
Dennis Huebner 2016-12-15 12:28:54 +01:00 committed by GitHub
commit 27e22b9fe3

View file

@ -39,7 +39,7 @@ public class PreferenceKey {
@Override
public String toString() {
return "Configration key '" + id + "' default value '" + getDefaultValue() + "'.";
return "Configuration key '" + id + "' default value '" + getDefaultValue() + "'.";
}
@Override
@ -66,4 +66,4 @@ public class PreferenceKey {
return false;
return true;
}
}
}