summaryrefslogtreecommitdiffstats
path: root/kmail
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-05 00:33:57 -0500
committerSlávek Banko <slavek.banko@axis.cz>2013-05-05 18:40:16 +0200
commit3edbad576c1eb2a7a46c2edf1adbe94722309b40 (patch)
tree24b45cd946fb9a5441c7eec82db8f2efad0a25cd /kmail
parent5b94ddbf7213238bb173f30359c61bf2f9b13522 (diff)
downloadtdepim-3edbad576c1eb2a7a46c2edf1adbe94722309b40.tar.gz
tdepim-3edbad576c1eb2a7a46c2edf1adbe94722309b40.zip
Fix typos.
(cherry picked from commit 29137380652bd9b151bc24a00e4b97c4247b3aa9)
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 7ea9dbdd6..7df921133 100644
--- a/kmail/cachedimapjob.cpp
+++ b/kmail/cachedimapjob.cpp
@@ -500,7 +500,7 @@ void CachedImapJob::slotPutMessageResult(KIO::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.
*/