summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-07-19 13:01:08 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2024-07-19 14:40:23 +0200
commit7be0d9dfe5934f11368e979c6245d2de917d1abf (patch)
tree480e2c3cde4fc352db58c78fa65a7b137505a59d /sal/osl
parentcb3ab04adaed834341f6324c7e77f46f56f1f049 (diff)
Fix "lets" -> "let's"
Change-Id: Ie9b6961a2786a518876db7b26258e67e8afee848 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169760 Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net> Tested-by: Jenkins
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/w32/file_url.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx
index 8942c5ca6e5e..e074fbff54e6 100644
--- a/sal/osl/w32/file_url.cxx
+++ b/sal/osl/w32/file_url.cxx
@@ -750,7 +750,7 @@ oslFileError osl_getFileURLFromSystemPath( rtl_uString* strPath, rtl_uString** p
if ( dwPathType & PATHTYPE_IS_LONGPATH )
{
- /* the path has the longpath prefix, lets remove it */
+ /* the path has the longpath prefix, let's remove it */
switch ( dwPathType & PATHTYPE_MASK_TYPE )
{
case PATHTYPE_ABSOLUTE_UNC:
@@ -864,7 +864,7 @@ oslFileError SAL_CALL osl_searchFileURL(
} while ( dwResult && dwResult >= nBufferLength );
/* ... until an error occurs or buffer is large enough.
- dwResult == nBufferLength can not happen according to documentation but lets be robust ;-) */
+ dwResult == nBufferLength can not happen according to documentation but let's be robust ;-) */
if ( dwResult )
{