diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-25 16:38:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-25 16:38:08 -0600 |
commit | 80bc593eb31b3162fd870ee64eceb0ec90fac15c (patch) | |
tree | 9e708275b1ba15febc8134eb7cda3eb6ca54395c /kioslaves/imap4/imapcommand.h | |
parent | bdfea250b774ef95da2f67db2db8dd34a431d80e (diff) | |
download | tdepim-80bc593eb31b3162fd870ee64eceb0ec90fac15c.tar.gz tdepim-80bc593eb31b3162fd870ee64eceb0ec90fac15c.zip |
Fix linear alphabet string errors
Diffstat (limited to 'kioslaves/imap4/imapcommand.h')
-rw-r--r-- | kioslaves/imap4/imapcommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslaves/imap4/imapcommand.h b/kioslaves/imap4/imapcommand.h index 4c9552023..9e2834424 100644 --- a/kioslaves/imap4/imapcommand.h +++ b/kioslaves/imap4/imapcommand.h @@ -365,9 +365,9 @@ public: static imapCommand *clientNamespace (); /** - * @brief Create a GEQUOTAROOT command + * @brief Create a GETQUOTAROOT command * @param box mailbox name - * @return a GEQUOTAROOT imapCommand + * @return a GETQUOTAROOT imapCommand */ static imapCommand *clientGetQuotaroot ( const TQString& box ); |