1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

typofix in comment (desti{o,}nation)

This commit is contained in:
András Veres-Szentkirályi 2014-02-15 21:40:57 +01:00
parent 309a4d6107
commit b942bf2889

View File

@ -2344,7 +2344,7 @@ public class MessagingController implements Runnable {
/*
* This next part is used to bring the local UIDs of the local destination folder
* upto speed with the remote UIDs of remote destionation folder.
* upto speed with the remote UIDs of remote destination folder.
*/
if (!localUidMap.isEmpty() && remoteUidMap != null && !remoteUidMap.isEmpty()) {
Set<Map.Entry<String, String>> remoteSrcEntries = remoteUidMap.entrySet();