typofix in comment (desti{o,}nation)
This commit is contained in:
parent
309a4d6107
commit
b942bf2889
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue