diff options
author | Raphael Langerhorst <raphael.langerhorst@kdemail.net> | 2006-10-23 20:20:18 +0000 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-23 22:44:49 +0900 |
commit | c25824ac0f30983bdfe6a87db69dcd281c1a7de7 (patch) | |
tree | d09640d21100ac853bc96d1f2100de476788d771 /tdeioslave | |
parent | 86d107daed688d9f69f789e9087c48250126612f (diff) | |
download | tdepim-c25824ac0f30983bdfe6a87db69dcd281c1a7de7.tar.gz tdepim-c25824ac0f30983bdfe6a87db69dcd281c1a7de7.zip |
Fix a small typo in API docs of imap4 kio-slave: send -> sent
Cherry-picked from: 62950207dbc59863ddb0cf5ca01271fbac0df4c3
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/imap4/imap4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/imap4/imap4.h b/tdeioslave/imap4/imap4.h index a6b160899..524ff16e9 100644 --- a/tdeioslave/imap4/imap4.h +++ b/tdeioslave/imap4/imap4.h @@ -65,7 +65,7 @@ public: const TQString & _pass); /** * @brief get a message or part of a message - * the data is normally send as we get it from the server + * the data is normally sent as we get it from the server * if you want the slave to decode the content (e.g. for attachments) * then append an additional INFO=DECODE to the URL */ |