summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-19 08:31:13 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-19 08:31:13 +0000
commit2b8fb0f56e1e35816d2ff22a37aede84e66ad5cb (patch)
tree3b2451b7d4b851de84602e3e14db9aeb7035dbcf /idlc
parentb969efb18c0ca706049b4c786abb6a6e1fd9ce15 (diff)
change option description
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/options.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx
index 062f43d73c1c..0d0306c5cd58 100644
--- a/idlc/source/options.cxx
+++ b/idlc/source/options.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: options.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jsc $ $Date: 2001-03-15 12:30:43 $
+ * last change: $Author: jsc $ $Date: 2001-03-19 09:31:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -290,7 +290,7 @@ OString Options::prepareHelp()
help += " The generated output is a registry file with\n";
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 preprcessor.\n";
+ help += " files will be searched by the preprocessor.\n";
help += " Multible 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";