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 23:12:42 +0900
commit5d13f137f07b3e60c71b47b56f90e6e6a4bda907 (patch)
tree90aa2a314385a153d05b6a739724b1d879ace525
parent2c5f381cc88c02cd7f6fa9220296cb79931a2cbc (diff)
downloadtdepim-5d13f137f07b3e60c71b47b56f90e6e6a4bda907.tar.gz
tdepim-5d13f137f07b3e60c71b47b56f90e6e6a4bda907.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> (cherry picked from commit c25824ac0f30983bdfe6a87db69dcd281c1a7de7)
-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
*/