summaryrefslogtreecommitdiffstats
path: root/kmail
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-05 00:33:57 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-05 00:33:57 -0500
commit29137380652bd9b151bc24a00e4b97c4247b3aa9 (patch)
treedb954dc8a0b50581fd2a2acdfc1c91693966dd8c /kmail
parent7bd54f5a796f6f1276bbd310deaf1f2ac673954d (diff)
downloadtdepim-29137380652bd9b151bc24a00e4b97c4247b3aa9.tar.gz
tdepim-29137380652bd9b151bc24a00e4b97c4247b3aa9.zip
Fix typos.
Diffstat (limited to 'kmail')
-rw-r--r--kmail/cachedimapjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/cachedimapjob.cpp b/kmail/cachedimapjob.cpp
index da362346..e4a29d6e 100644
--- a/kmail/cachedimapjob.cpp
+++ b/kmail/cachedimapjob.cpp
@@ -500,7 +500,7 @@ void CachedImapJob::slotPutMessageResult(TDEIO::Job *job)
int i;
if( ( i = mFolder->find(mMsg) ) != -1 ) {
/*
- * If we have aquired a uid during upload the server supports the uidnext
+ * If we have acquired a uid during upload the server supports the uidnext
* extension and there is no need to redownload this mail, we already have
* it. Otherwise remove it, it will be redownloaded.
*/