summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Langerhorst <raphael.langerhorst@kdemail.net>2006-10-23 20:20:18 +0000
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-23 22:44:49 +0900
commitc25824ac0f30983bdfe6a87db69dcd281c1a7de7 (patch)
treed09640d21100ac853bc96d1f2100de476788d771
parent86d107daed688d9f69f789e9087c48250126612f (diff)
downloadtdepim-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>
-rw-r--r--tdeioslave/imap4/imap4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/imap4/imap4.h b/tdeioslave/imap4/imap4.h
index a6b16089..524ff16e 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
*/