diff options
Diffstat (limited to 'sal/osl/w32/file_url.cxx')
-rw-r--r-- | sal/osl/w32/file_url.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/file_url.cxx b/sal/osl/w32/file_url.cxx index 1581544f203d..edb9b9a68cf6 100644 --- a/sal/osl/w32/file_url.cxx +++ b/sal/osl/w32/file_url.cxx @@ -959,7 +959,7 @@ oslFileError SAL_CALL osl_searchFileURL( /* Repeat calling SearchPath ... Start with MAX_PATH for the buffer. In most cases this - will be enough and does not force the loop to runtwice */ + will be enough and does not force the loop to run twice */ dwResult = MAX_PATH; do |