mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-25 07:01:50 -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) {
|
private static boolean isIdentityDescriptionUsed(String description, List<Identity> identities) {
|
||||||
for (Identity identitiy : identities) {
|
for (Identity identity : identities) {
|
||||||
if (identitiy.getDescription().equals(description)) {
|
if (identity.getDescription().equals(description)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user