diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/file_url.cxx | 4 |
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 ) { |