From e4404de89548bcf7e632b31f4c3461733e2684d3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 19 Dec 2017 21:31:10 +0100 Subject: Fix typos Change-Id: I361b5283b092171eaaaf46fa3c1fb13faa53bd7a Reviewed-on: https://gerrit.libreoffice.org/46821 Tested-by: Jenkins Reviewed-by: Julien Nabet --- shell/source/unix/exec/shellexec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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; } -- cgit