summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-26 14:27:42 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-03-26 14:02:41 +0000
commit2eae33e82e5f91d6dbaf7e8e848f53644596059d (patch)
treee5a7f4e35b9cb0ef19023429032d6e79d41979ab /shell
parent887039a3b766c1f2f5a37130f4e7c2d116d89c5f (diff)
Fix typos
Change-Id: I5518e764fd8349c476e79bb888e93a1dab01ed1d Reviewed-on: https://gerrit.libreoffice.org/35644 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/cmdmail/cmdmailsuppl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx
index c89bc1a28c19..d3d9d8011038 100644
--- a/shell/source/cmdmail/cmdmailsuppl.cxx
+++ b/shell/source/cmdmail/cmdmailsuppl.cxx
@@ -228,7 +228,7 @@ void SAL_CALL CmdMailSuppl::sendSimpleMailMessage( const Reference< XSimpleMailM
appendShellWord(aBuffer, xSimpleMailMessage->getOriginator(), false);
}
- // Append receipient if set in the message
+ // Append recipient if set in the message
if ( !xSimpleMailMessage->getRecipient().isEmpty() )
{
aBuffer.append(" --to ");