diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 00:33:57 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 00:33:57 -0500 |
commit | 29137380652bd9b151bc24a00e4b97c4247b3aa9 (patch) | |
tree | db954dc8a0b50581fd2a2acdfc1c91693966dd8c /kmail/cachedimapjob.cpp | |
parent | 7bd54f5a796f6f1276bbd310deaf1f2ac673954d (diff) | |
download | tdepim-29137380652bd9b151bc24a00e4b97c4247b3aa9.tar.gz tdepim-29137380652bd9b151bc24a00e4b97c4247b3aa9.zip |
Fix typos.
Diffstat (limited to 'kmail/cachedimapjob.cpp')
-rw-r--r-- | kmail/cachedimapjob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/cachedimapjob.cpp b/kmail/cachedimapjob.cpp index da3623461..e4a29d6e9 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. */ |