summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-02-26 09:33:39 +0200
committerNoel Grandin <noel@peralex.com>2013-03-07 08:23:37 +0200
commit1b4b53a2ecd7f2283a2c86b2c474786918cbfbf2 (patch)
tree1694835e6377e00f8b85ea1fd68b19ed84dddf27 /idlc
parent334e3dfd84b589b29a742a0c28814fa97b29313a (diff)
fix spelling
Change-Id: I52eb4153c3396be88b72cab3b7899f0c6ab18103
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/errorhandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/errorhandler.cxx b/idlc/source/errorhandler.cxx
index e919f5c32167..c0abf9e62fbc 100644
--- a/idlc/source/errorhandler.cxx
+++ b/idlc/source/errorhandler.cxx
@@ -186,7 +186,7 @@ static const sal_Char* parseStateToMessage(ParseState state)
case PS_InterfaceDeclSeen:
return "Malformed interface declaration";
case PS_ServiceDeclSeen:
- return "Malformed servicve declaration";
+ return "Malformed service declaration";
case PS_ModuleDeclSeen:
return "Malformed module declaration";
case PS_AttributeDeclSeen: