diff options
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/prov.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx index cd0d4b9e272f..82c2f7b9cf7f 100644 --- a/ucb/source/ucp/file/prov.cxx +++ b/ucb/source/ucp/file/prov.cxx @@ -462,7 +462,7 @@ sal_Int32 SAL_CALL FileProvider::getFileProviderLocality( const OUString& BaseURL ) { // If the base URL is a 'file' URL, return 10 (very 'local'), otherwise - // return -1 (missmatch). What is missing is a fast comparison to ASCII, + // return -1 (mismatch). What is missing is a fast comparison to ASCII, // ignoring case: return BaseURL.getLength() >= 5 && (BaseURL[0] == 'F' || BaseURL[0] == 'f') |