diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-30 07:40:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-30 08:52:21 +0200 |
commit | bfdf2594315cce95b95a2c1891a4518bc8f281c7 (patch) | |
tree | 7d667e4dfe5202afe3fe77e800d4f3db7345e737 /sal | |
parent | 90928f23994d8fc1d9cc7edf95880782c8ca712a (diff) |
Fix typos
It passed "make check"
Change-Id: I50c3639ec258c7fb6d73104f8e777f96995aa8e3
Reviewed-on: https://gerrit.libreoffice.org/76543
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/file_dirvol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx index 36a4b5d4013d..96a2a473e731 100644 --- a/sal/osl/w32/file_dirvol.cxx +++ b/sal/osl/w32/file_dirvol.cxx @@ -1362,7 +1362,7 @@ static oslFileError get_filesystem_attributes( pInfo->uValidFields |= osl_VolumeInfo_Mask_MaxNameLength; pInfo->uMaxNameLength = mcl; - // Should the uMaxPathLength be set to 32767, "\\?\" prefix allowes it + // Should the uMaxPathLength be set to 32767, "\\?\" prefix allows it pInfo->uValidFields |= osl_VolumeInfo_Mask_MaxPathLength; pInfo->uMaxPathLength = MAX_PATH; |