diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-15 22:24:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-18 21:11:57 +0200 |
commit | b9ec99ba26e78b9f47bf22a436da1dd0d4aa797b (patch) | |
tree | 3f47e947a56651109dac8e7d3121e0afba03bde0 /ucb | |
parent | 08c1acee8083fb2dcc134786b59115a392cd92dd (diff) |
Fix typos
Change-Id: If28e198b8e1a26660e07dce49db66a651de43d3f
Reviewed-on: https://gerrit.libreoffice.org/38850
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
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') |