diff options
author | licaon-kter <licaon-kter@users.noreply.github.com> | 2016-03-22 11:54:45 +0200 |
---|---|---|
committer | licaon-kter <licaon-kter@users.noreply.github.com> | 2016-03-22 11:54:45 +0200 |
commit | 6ba90ec43c59496fa69ceef51e4b945e61874517 (patch) | |
tree | 7c3cede0445291f53c1977c45b78d90516b56839 /src | |
parent | 135c8567a566e2c12f98a578dcd606dfdf2b06bb (diff) |
Typo `attempt`
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/eu/siacs/conversations/services/XmppConnectionService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java b/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java index 99f2e09a..2159e92e 100644 --- a/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java +++ b/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java @@ -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(); |