summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-06 19:16:20 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-06 19:16:56 +0200
commit89420ff310d2877c1f77eaafea2daaca0068669d (patch)
tree759ed146cff5f4250e3e3d58253fb6bff551f328 /idlc
parent5ce1d8775baec44bf60f05bf8c372f1d2ab74377 (diff)
Fix spelling errror
Change-Id: Ie5fc19fa223942e31899408324beb2e15c1d7bef
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 323f16b59a17..6a99b669e72f 100644
--- a/idlc/source/errorhandler.cxx
+++ b/idlc/source/errorhandler.cxx
@@ -140,7 +140,7 @@ static const sal_Char* errorCodeToMessage(ErrorCode eCode)
case EIDL_SIMILAR_CONSTRUCTORS:
return "two constructors have identical lists of parameter types";
}
- return "unknown errror";
+ return "unknown error";
}
static const sal_Char* warningCodeToMessage(WarningCode wCode)