From e07606fdd000fa7ee197a7596e673d392591b1e7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 23 Oct 2017 13:00:42 +0200 Subject: Fix typos Change-Id: Ia30f466d08a9366b527225bbc0965f85881c7431 Reviewed-on: https://gerrit.libreoffice.org/43714 Tested-by: Jenkins Reviewed-by: Julien Nabet --- unoidl/source/unoidl-check.cxx | 2 +- unoidl/source/unoidlprovider.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'unoidl') diff --git a/unoidl/source/unoidl-check.cxx b/unoidl/source/unoidl-check.cxx index 6504f0fd333a..e06bdab92caf 100644 --- a/unoidl/source/unoidl-check.cxx +++ b/unoidl/source/unoidl-check.cxx @@ -631,7 +631,7 @@ void checkMap( entB.get())); if (ent2A->getBase() != ent2B->getBase()) { std::cerr - << "single-interface--based servcie " << name + << "single-interface--based service " << name << " base changed from " << ent2A->getBase() << " to " << ent2B->getBase() << std::endl; diff --git a/unoidl/source/unoidlprovider.cxx b/unoidl/source/unoidlprovider.cxx index 47e59bfc82db..525418d3f09e 100644 --- a/unoidl/source/unoidlprovider.cxx +++ b/unoidl/source/unoidlprovider.cxx @@ -1283,7 +1283,7 @@ rtl::Reference< Entity > readEntity( file->uri, ("UNOIDL format: bad mode " + OUString::number(v) + " of property " + propName - + " for accumulation-based servcie")); + + " for accumulation-based service")); } props.emplace_back( propName, propType, -- cgit