summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-24 18:19:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-25 08:38:01 +0100
commitfbf42a4f13dd3ad9f70fc9f434e3cb6236f38300 (patch)
tree9c9ce200c4acf0b5768a0bba98eb4b85bea5b965 /sal
parentf08828f26b19c486f074182833e2e674b681745c (diff)
Fix typos
Change-Id: I13acf050d83099be8874514688936bb4ddbb1a26 Reviewed-on: https://gerrit.libreoffice.org/48543 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/file_dirvol.cxx2
-rw-r--r--sal/osl/w32/module.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index 1ae8d33c0b78..c3848e5662bc 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -1612,7 +1612,7 @@ oslFileError SAL_CALL osl_getFileStatus(
FileTimeToTimeValue( &pItemImpl->FindData.ftCreationTime, &pStatus->aCreationTime ) )
pStatus->uValidFields |= osl_FileStatus_Mask_CreationTime;
- /* Most of the fields are already set, regardless of requiered fields */
+ /* Most of the fields are already set, regardless of required fields */
rtl_uString_newFromStr( &pStatus->ustrFileName, o3tl::toU(pItemImpl->FindData.cFileName) );
pStatus->uValidFields |= osl_FileStatus_Mask_FileName;
diff --git a/sal/osl/w32/module.cxx b/sal/osl/w32/module.cxx
index 943e215e206b..d75eed125ed6 100644
--- a/sal/osl/w32/module.cxx
+++ b/sal/osl/w32/module.cxx
@@ -230,7 +230,7 @@ static bool osl_addressGetModuleURL_NT4_( void *pv, rtl_uString **pustrURL )
{
bool bSuccess = false; /* Assume failure */
- /* IMAGEHELP.DLL has a bug that it recursivly scans subdirectories of
+ /* IMAGEHELP.DLL has a bug that it recursively scans subdirectories of
the root when calling SymInitialize(), so we prefer DBGHELP.DLL
which exports the same symbols and is shipped with OOo */