summaryrefslogtreecommitdiff
path: root/sal/osl/w32/file_url.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/file_url.cxx')
-rw-r--r--sal/osl/w32/file_url.cxx2
1 files changed, 1 insertions, 1 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 );