summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/file_url.cxx2
-rw-r--r--sal/osl/w32/module.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx
index 324eca177e3f..17883641958b 100644
--- a/sal/osl/w32/file_url.cxx
+++ b/sal/osl/w32/file_url.cxx
@@ -1020,7 +1020,7 @@ oslFileError SAL_CALL osl_searchFileURL(
WIN32_FIND_DATA aFindFileData;
HANDLE hFind;
- /* Somthing went wrong, perhaps the path was absolute */
+ /* something went wrong, perhaps the path was absolute */
error = oslTranslateFileError( GetLastError() );
hFind = FindFirstFile( reinterpret_cast<LPCTSTR>(ustrSysPath->buffer), &aFindFileData );
diff --git a/sal/osl/w32/module.cxx b/sal/osl/w32/module.cxx
index 881aae509225..373994aa5dd8 100644
--- a/sal/osl/w32/module.cxx
+++ b/sal/osl/w32/module.cxx
@@ -376,7 +376,7 @@ typedef BOOL (WINAPI *GetModuleInformation_PROC)(
DWORD cb // size of the structure
);
-/* This version can fail because PSAPI.DLL is not always part of NT 4 despite MSDN Libary 6.0a say so */
+/* This version can fail because PSAPI.DLL is not always part of NT 4 despite MSDN Library 6.0a say so */
static sal_Bool SAL_CALL _osl_addressGetModuleURL_NT( void *pv, rtl_uString **pustrURL )
{