mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Renamed "identitiy" to "identity".
The naturalize tool detected that using "identity" is more consistent with the current codebase state: * "identity" in SettingsImporter is 78.46% probable ("identitiy" 21.54%)
This commit is contained in:
parent
cfeed40781
commit
c17d0323f2
@ -608,8 +608,8 @@ public class SettingsImporter {
|
||||
}
|
||||
|
||||
private static boolean isIdentityDescriptionUsed(String description, List<Identity> identities) {
|
||||
for (Identity identitiy : identities) {
|
||||
if (identitiy.getDescription().equals(description)) {
|
||||
for (Identity identity : identities) {
|
||||
if (identity.getDescription().equals(description)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user