Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae507baf authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Fix typo

parent 2aea398e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ public class NoteServerSyncHelper {
    private final Map<Long, Boolean> syncActive = new HashMap<>();
    private final Map<Long, Boolean> syncScheduled = new HashMap<>();

    // list of callbacks for both parts of synchronziation
    // list of callbacks for both parts of synchronization
    private final Map<Long, List<ISyncCallback>> callbacksPush = new HashMap<>();
    private final Map<Long, List<ISyncCallback>> callbacksPull = new HashMap<>();