diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-05-09 06:57:56 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-05-09 06:57:56 +0000 |
commit | 234cb475afac6e26a1ece7addfcaa15d58000aa0 (patch) | |
tree | 87ec42a49f8333a60976188d19b44363db681803 /idlc/source/options.cxx | |
parent | 9c0693604077242943b4250efec3832a65b93bc5 (diff) |
fixed a typo
Diffstat (limited to 'idlc/source/options.cxx')
-rw-r--r-- | idlc/source/options.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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"; |