From da40cac540e7d735edbe9069b3c8ec6af4530208 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Nov 2014 15:05:25 +0100 Subject: Fix common typos. No automatic tools. Handmade… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- xmlhelp/source/cxxhelp/provider/databases.hxx | 2 +- xmlhelp/source/cxxhelp/provider/provider.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlhelp/source/cxxhelp') diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index 3e798cf1cc5b..4b22947cbdff 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -183,7 +183,7 @@ namespace chelp { // // of XCollator /** - * Returns the cascading stlye sheet used to format the HTML-output. + * Returns the cascading style sheet used to format the HTML-output. * First try is language directory, second try is main installation directory. */ diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx index 2d4cb92b089a..68323eba89c9 100644 --- a/xmlhelp/source/cxxhelp/provider/provider.cxx +++ b/xmlhelp/source/cxxhelp/provider/provider.cxx @@ -365,7 +365,7 @@ ContentProvider::getConfiguration() const } catch( const uno::Exception& ) { - OSL_ENSURE( xProvider.is(), "cant instantiate configuration" ); + OSL_ENSURE( xProvider.is(), "can not instantiate configuration" ); } } -- cgit