diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-12-16 18:35:08 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-12-16 21:52:43 +0100 |
commit | 63f2350fa3f91fcc310f85a59f1becdfee2784af (patch) | |
tree | 6f33312c3695ec845c4a1014a7a3f8a9c868ce44 /sal/qa | |
parent | ab864bd178a44208c98a2fd1b1248df5f1db1fc9 (diff) |
Fix typos
Change-Id: I66feced8bed05c7859e36a6d2f746a7faf30c7a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126915
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/osl/file/osl_File.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index ebab41eb17bf..2eac7d1688af 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -789,7 +789,7 @@ namespace osl_FileBase the second only on windows based systems the first parameter are a file URL where we want to get the system path of, the second parameter is the assumed error of the osl_getSystemPathFromFileURL() function, - the third parameter is the assumed result string, the string will only test, if its length is greater 0 + the third parameter is the assumed result string, the string will only test, if its length is greater than 0 */ void SystemPath_FileURL::getSystemPathFromFileURL_001_1() |