summaryrefslogtreecommitdiff
path: root/idlc
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
parent9c0693604077242943b4250efec3832a65b93bc5 (diff)
fixed a typo
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/errorhandler.cxx6
-rw-r--r--idlc/source/options.cxx6
2 files changed, 6 insertions, 6 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:
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx
index 0d0306c5cd58..8b8f89646512 100644
--- a/idlc/source/options.cxx
+++ b/idlc/source/options.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: options.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-03-19 09:31:13 $
+ * 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
@@ -291,7 +291,7 @@ OString Options::prepareHelp()
help += " the same name as the idl input file.\n";
help += " -I<path> = path specifies a directory where are include\n";
help += " files will be searched by the preprocessor.\n";
- help += " Multible directories could be combined with ';'.\n";
+ help += " Multiple directories could be combined with ';'.\n";
help += " -D<name> = name defines a macro for the preprocessor.\n";
help += " -C = generate complete type information, including\n";
help += " additional service information and documentation.\n";