diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-19 21:31:10 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-20 10:43:47 +0100 |
commit | e4404de89548bcf7e632b31f4c3461733e2684d3 (patch) | |
tree | be89d61ebef6e954d06e4b8ec6449da9a0d14339 /shell/source | |
parent | 3ee517d480b60c0db59bf43f6f52c27f7368d883 (diff) |
Fix typos
Change-Id: I361b5283b092171eaaaf46fa3c1fb13faa53bd7a
Reviewed-on: https://gerrit.libreoffice.org/46821
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/unix/exec/shellexec.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index 095acec189b1..d12b5778ba3d 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -100,7 +100,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar if (comphelper::LibreOfficeKit::isActive()) { - SAL_WARN("shell", "Unusual - shell attemp to launch " << aCommand << " with params " << aParameter << " under lok"); + SAL_WARN("shell", "Unusual - shell attempt to launch " << aCommand << " with params " << aParameter << " under lok"); return; } |