aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-03-22 11:00:37 +0100
committerDaniel Gultsch <daniel@gultsch.de>2016-03-22 11:00:37 +0100
commit0baa2dd03e2c14d0c77f9d3fb6821a722825c40b (patch)
tree7c3cede0445291f53c1977c45b78d90516b56839
parent135c8567a566e2c12f98a578dcd606dfdf2b06bb (diff)
parent6ba90ec43c59496fa69ceef51e4b945e61874517 (diff)
Merge pull request #1780 from licaon-kter/patch-1
Typo `attempt`
-rw-r--r--src/main/java/eu/siacs/conversations/services/XmppConnectionService.java2
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();