shell/source/unix/exec/shellexec.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 658d4d013a0f454cca3bc20a23f8f3133ea19151 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jan 31 10:36:04 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jan 31 11:20:57 2024 +0100 Fix typo Change-Id: I7c61c8540ab9a9b5b2dafd901578fb7fd7fa85a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162796 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index 153827a003a7..a5a01dfd5799 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -168,7 +168,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar // in "mailto:foo? [0] cancel [1] Open the file mailto:foo [2] // Open the URL mailto:foo Which did you mean? Cancelled." on // stderr and SystemShellExecuteException. - // 1.2 If it does not match an exitsting pathname (relative to CWD): + // 1.2 If it does not match an existing pathname (relative to CWD): // Results in the corresponding application being opened with the given // document (e.g., Mail with a New Message). // 2 If the given URI reference does not match a supported scheme @@ -179,7 +179,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar // a non-executable regular file: Results in opening it in TextEdit. // 2.3 If it matches an existing pathname (relative to CWD) pointing to // a directory: Results in opening it in Finder. - // 2.4 If it does not match an exitsting pathname (relative to CWD): + // 2.4 If it does not match an existing pathname (relative to CWD): // Results in "The file /.../foo:bar does not exits." (where "/..." is // the CWD) on stderr and SystemShellExecuteException. aBuffer.append("open");