summaryrefslogtreecommitdiffstats
path: root/kmail/cachedimapjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/cachedimapjob.cpp')
-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.
*/