diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-03-12 17:19:32 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-03-12 19:54:29 +0100 |
commit | 5e404d6289f433e72218e13ed5a083b59dbc307b (patch) | |
tree | ba2c1cdc717eb55b4412db895b8633a88ec856fc /sal | |
parent | 0fc76a646233bebebbca3f86144f30eb32a5d60c (diff) |
Fix typos
Change-Id: I7366c5e7d6c9fb4dd7aa17a5d0405f28179a92af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112399
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/file.cxx b/sal/osl/w32/file.cxx index 44b8ac97ba09..1c13b6211779 100644 --- a/sal/osl/w32/file.cxx +++ b/sal/osl/w32/file.cxx @@ -657,7 +657,7 @@ oslFileError SAL_CALL osl_openFile( if (result != osl_File_E_None) return result; - // tdf126742 use FILE_SHARE_WRITE to get closer to non-Windows plattform behavoiur, + // tdf126742 use FILE_SHARE_WRITE to get closer to non-Windows platform behaviour, // for details and discussion see task please DWORD dwAccess = GENERIC_READ, dwShare = FILE_SHARE_READ | FILE_SHARE_WRITE, dwCreation = 0; |