summaryrefslogtreecommitdiffstats
path: root/unoidl/source/unoidl-check.cxx
diff options
context:
space:
mode:
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;