summaryrefslogtreecommitdiffstats
path: root/idlc/source/errorhandler.cxx
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-05-09 06:57:56 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-05-09 06:57:56 +0000
commit234cb475afac6e26a1ece7addfcaa15d58000aa0 (patch)
tree87ec42a49f8333a60976188d19b44363db681803 /idlc/source/errorhandler.cxx
parentdeliver css/form/control/* (diff)
downloadcore-234cb475afac6e26a1ece7addfcaa15d58000aa0.tar.gz
core-234cb475afac6e26a1ece7addfcaa15d58000aa0.zip
fixed a typo
Diffstat (limited to 'idlc/source/errorhandler.cxx')
-rw-r--r--idlc/source/errorhandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/errorhandler.cxx b/idlc/source/errorhandler.cxx
index 756e31a1fbf8..7d1b23fb9253 100644
--- a/idlc/source/errorhandler.cxx
+++ b/idlc/source/errorhandler.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: errorhandler.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jsc $ $Date: 2001-03-15 12:30:43 $
+ * last change: $Author: jbu $ $Date: 2001-05-09 07:57:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,7 +134,7 @@ static sal_Char* errorCodeToMessage(ErrorCode eCode)
case EIDL_SERVICEMEMBER_LOOKUP:
return "error in lookup of symbol, expected service is not defined: ";
case EIDL_MULTIBLE_INHERITANCE:
- return "multible inheritance is not allowed, in inheritance tree: ";
+ return "multiple inheritance is not allowed, in inheritance tree: ";
case EIDL_TYPE_IDENT_CONFLICT:
return "type and parameter/member name are equal: ";
case EIDL_ONEWAY_RAISE_CONFLICT: