mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -05:00
typofix in comment (desti{o,}nation)
This commit is contained in:
parent
309a4d6107
commit
b942bf2889
@ -2344,7 +2344,7 @@ public class MessagingController implements Runnable {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* This next part is used to bring the local UIDs of the local destination folder
|
* 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()) {
|
if (!localUidMap.isEmpty() && remoteUidMap != null && !remoteUidMap.isEmpty()) {
|
||||||
Set<Map.Entry<String, String>> remoteSrcEntries = remoteUidMap.entrySet();
|
Set<Map.Entry<String, String>> remoteSrcEntries = remoteUidMap.entrySet();
|
||||||
|
Loading…
Reference in New Issue
Block a user