summaryrefslogtreecommitdiff
path: root/unoidl/source/unoidl-check.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-10-23 13:00:42 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-10-23 15:17:01 +0200
commite07606fdd000fa7ee197a7596e673d392591b1e7 (patch)
tree62f8063ef171bc385a369eb33ed10ca601def2a0 /unoidl/source/unoidl-check.cxx
parent1fe94cb6152737632e543ef8f8534f15203dc747 (diff)
Fix typos
Change-Id: Ia30f466d08a9366b527225bbc0965f85881c7431 Reviewed-on: https://gerrit.libreoffice.org/43714 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unoidl/source/unoidl-check.cxx')
-rw-r--r--unoidl/source/unoidl-check.cxx2
1 files changed, 1 insertions, 1 deletions
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;