summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-01-31 10:36:04 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-01-31 11:20:57 +0100
commit658d4d013a0f454cca3bc20a23f8f3133ea19151 (patch)
treea9819b6736d7d78cec7b96cfab11c1fee100f935 /shell
parent077fa0a0d1d6389b03399e5aaafcd8ed2c4590bb (diff)
Fix typo
Change-Id: I7c61c8540ab9a9b5b2dafd901578fb7fd7fa85a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162796 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/exec/shellexec.cxx4
1 files changed, 2 insertions, 2 deletions
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?\n[0]\tcancel\n[1]\tOpen the file\tmailto:foo\n[2]\t
// Open the URL\tmailto:foo\n\nWhich 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");