Merge pull request #1780 from licaon-kter/patch-1

Typo `attempt`
This commit is contained in:
Daniel Gultsch 2016-03-22 11:00:37 +01:00
commit 0baa2dd03e
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();