Typo `attempt`

This commit is contained in:
licaon-kter 2016-03-22 11:54:45 +02:00
parent 135c8567a5
commit 6ba90ec43c
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ public class XmppConnectionService extends Service implements OnPhoneContactsLoa
}
private void resetAllAttemptCounts(boolean reallyAll) {
Log.d(Config.LOGTAG, "resetting all attepmt counts");
Log.d(Config.LOGTAG, "resetting all attempt counts");
for (Account account : accounts) {
if (account.hasErrorStatus() || reallyAll) {
final XmppConnection connection = account.getXmppConnection();