diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-13 21:19:30 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-13 21:36:23 +0100 |
commit | 2a2d4a57035823181aa14e05b1a7efe4843639cf (patch) | |
tree | ab3888817334a585b83654ed05f3ca861ef2777c /sal | |
parent | 79742eab111e5f3722075abc3cdb1333faacd076 (diff) |
Fix typos
Change-Id: I677512213d97d01832bebe162fbf7de2998bf4d0
Reviewed-on: https://gerrit.libreoffice.org/44664
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/module.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/module.cxx b/sal/osl/w32/module.cxx index c6f11d2a1cf7..1a88d5cae888 100644 --- a/sal/osl/w32/module.cxx +++ b/sal/osl/w32/module.cxx @@ -231,7 +231,7 @@ static bool SAL_CALL osl_addressGetModuleURL_NT4_( void *pv, rtl_uString **pustr bool bSuccess = false; /* Assume failure */ /* IMAGEHELP.DLL has a bug that it recursivly scans subdirectories of - the root when calling SymInitialize(), so we preferr DBGHELP.DLL + the root when calling SymInitialize(), so we prefer DBGHELP.DLL which exports the same symbols and is shipped with OOo */ HMODULE hModImageHelp = LoadLibraryW( L"DBGHELP.DLL" ); |