summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/source/cmdmail/cmdmailsuppl.cxx2
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx
index d426cbd4055c..4ee28eaf96b7 100644
--- a/shell/source/cmdmail/cmdmailsuppl.cxx
+++ b/shell/source/cmdmail/cmdmailsuppl.cxx
@@ -176,7 +176,7 @@ void SAL_CALL CmdMailSuppl::sendSimpleMailMessage( const Reference< XSimpleMailM
try
{
// Query XNameAccess interface of the org.openoffice.Office.Common/ExternalMailer
- // configuration node to retriece the users preferred email application. This may
+ // configuration node to retrieve the users preferred email application. This may
// transparently by redirected to e.g. the corresponding GConf setting in GNOME.
OUString aConfigRoot = "org.openoffice.Office.Common/ExternalMailer";
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index b14cf638d165..8f4b3f9d6aec 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -124,7 +124,7 @@ OString get_absolute_file_path(const std::string& file_name)
}
/** A helper class, enables stream exceptions
- on construction, restors the old exception
+ on construction, restores the old exception
state on destruction */
class StreamExceptionsEnabler
{