From b9ec99ba26e78b9f47bf22a436da1dd0d4aa797b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 15 Jun 2017 22:24:55 +0200 Subject: Fix typos Change-Id: If28e198b8e1a26660e07dce49db66a651de43d3f Reviewed-on: https://gerrit.libreoffice.org/38850 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- ucb/source/ucp/file/prov.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb') 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') -- cgit