From 7be0d9dfe5934f11368e979c6245d2de917d1abf Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 19 Jul 2024 13:01:08 +0200 Subject: Fix "lets" -> "let's" Change-Id: Ie9b6961a2786a518876db7b26258e67e8afee848 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169760 Reviewed-by: Andrea Gelmini Tested-by: Jenkins --- sal/osl/w32/file_url.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sal') 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 ) { -- cgit