diff options
author | Noel Grandin <noel@peralex.com> | 2013-02-26 09:33:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-03-07 08:23:37 +0200 |
commit | 1b4b53a2ecd7f2283a2c86b2c474786918cbfbf2 (patch) | |
tree | 1694835e6377e00f8b85ea1fd68b19ed84dddf27 /idlc | |
parent | 334e3dfd84b589b29a742a0c28814fa97b29313a (diff) |
fix spelling
Change-Id: I52eb4153c3396be88b72cab3b7899f0c6ab18103
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/errorhandler.cxx | 2 |
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: |