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 e9be89598768..228e88ed1941 100644
--- a/sal/osl/w32/file_url.cxx
+++ b/sal/osl/w32/file_url.cxx
@@ -1006,7 +1006,7 @@ oslFileError SAL_CALL osl_searchFileURL(
dwResult = SearchPath( lpszSearchPath, lpszSearchFile, NULL, nBufferLength, lpBuffer, &lpszFilePart );
} while ( dwResult && dwResult >= nBufferLength );
- /* ... until an error occures or buffer is large enough.
+ /* ... until an error occurs or buffer is large enough.
dwResult == nBufferLength can not happen according to documentation but lets be robust ;-) */
if ( dwResult )