summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-12-03 11:29:22 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2018-12-03 11:29:22 -0600
commite320ae9e534eb11cccd3e89444fcae50b793222f (patch)
treeaa40848f9b100213f721a2584c81777170da46af
parentf76be6dce5062afd03eefc65faec7c358ce1cd40 (diff)
downloadATCD-e320ae9e534eb11cccd3e89444fcae50b793222f.tar.gz
TAO/docs/compiler.html spelling
-rw-r--r--TAO/docs/compiler.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index b3e02f7209c..359f2475a19 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -69,7 +69,7 @@ these files:) <P>
unlinked if not used.
<LI> <B><EM>CIAO servant files</EM></B>, <EM>i.e.</EM>, <tt>*_svnt.h</tt>,
and <tt>*_svnt.cpp</tt>. Optionally generated files, containing component
- and home servant implementations, as well as factory fuctions to create
+ and home servant implementations, as well as factory functions to create
components and homes.
<LI> <B><EM>Executor IDL file</EM></B>, <EM>i.e.</EM>, <tt>*E.idl</tt>.
IDL file containing local interfaces used for component and home
@@ -153,7 +153,7 @@ to the preprocessor (MVS, HPUX, etc.). And case 3 isn't used at all,
but is included as a default case.</P>
<P>Since the default preprocessor may not always work when TAO_IDL is moved to
-another machine or used in cross-compilation, it can be overriden at runtime
+another machine or used in cross-compilation, it can be overridden at runtime
by setting the environment variables TAO_IDL_PREPROCESSOR and
TAO_IDL_PREPROCESSOR_ARGS.</P>
@@ -219,7 +219,7 @@ described in the CORBA 3.0.3 specification.
<h3><a name="collocation-stubs">Collocation Strategies</a></h3>
TAO_IDL can generate collocated stubs using two different collocation
-strategies. It also allows you to supress/enable the generation of
+strategies. It also allows you to suppress/enable the generation of
the stubs of a particular strategy. To gain great flexibility at
run-time, you can generate stubs for both collocation strategies
(using both '<a href="#Gp"><code>-Gp</code></a>' and '<a
@@ -274,7 +274,7 @@ also receives other options that are specific to it.<p>
<tr>
<td><tt>--default-idl-version</tt></td>
- <td>Prints the defautl IDL version for the compiler and exits</td>
+ <td>Prints the default IDL version for the compiler and exits</td>
<td>&nbsp;</td>
</tr>
@@ -349,7 +349,7 @@ also receives other options that are specific to it.<p>
or <tt>extern</tt> typecode declaration in the generated stub code,
this is needed for Windows and newer versions of gcc, which require special directives to
export symbols from DLLs, otherwise the definition is just a
- space on unix platforms. This option works only in conjuction with
+ space on Unix platforms. This option works only in conjunction with
the -GA option, which generates Any operators and typecodes into a
separate set of files.&nbsp;</td>
</tr>
@@ -361,7 +361,7 @@ also receives other options that are specific to it.<p>
<td>The compiler will generate code to include <i>include_path</i> at the
top of the anyop file header, this is usually a good place to define the export
- macro. This option works in conjuction with the -GA option, which generates Any
+ macro. This option works in conjunction with the -GA option, which generates Any
operators and typecodes into a separate set of files.</td>
</tr>
@@ -397,7 +397,7 @@ also receives other options that are specific to it.<p>
<td><tt>exec_export_macro=</tt><i>macro_name</i></td>
<td>The compiler will emit <i>macro_name</i> right after each <tt>class</tt>
- or <tt>extern</tt> keyword in the generated CIAO executor implmentation header
+ or <tt>extern</tt> keyword in the generated CIAO executor implementation header
(*_exec.h) files, if such
code is being generated (see <tt>-Gex</tt> option below). These macros
are needed for Windows and newer versions of gcc, which require special directives to
@@ -421,7 +421,7 @@ also receives other options that are specific to it.<p>
<td><tt>conn_export_macro=</tt><i>macro_name</i></td>
<td>The compiler will emit <i>macro_name</i> right after each <tt>class</tt>
- or <tt>extern</tt> keyword in the generated CIAO connector implmentation header
+ or <tt>extern</tt> keyword in the generated CIAO connector implementation header
(*_conn.h) files, if such
code is being generated (see <tt>-Gcn</tt> option below). These macros
are needed for Windows and newer versions of gcc, which require special directives to
@@ -822,7 +822,7 @@ also receives other options that are specific to it.<p>
<tr><a name="Ce">
<td><tt>-Ce</tt></td>
- <td>Output an error if two indentifiers in the same scope differ in
+ <td>Output an error if two identifiers in the same scope differ in
spelling only by case (default).</td>
<td>&nbsp;</td>
@@ -879,7 +879,7 @@ also receives other options that are specific to it.<p>
<td>Generate AMI4CCM code</td>
<td>*A.idl file (containing callback interface, "sendc_" methods
- and CCM connector) plus addition to CCM servant and exectuor</td>
+ and CCM connector) plus addition to CCM servant and executor</td>
</tr>
<tr><a name="Gp">
@@ -1079,7 +1079,7 @@ also receives other options that are specific to it.<p>
<td>Generate CIAO executor implementation code for component and home IDL declarations</td>
<td>
- These files have empty function bodies for all facet, suported and inherited operations,
+ These files have empty function bodies for all facet, supported and inherited operations,
to be filled in by the developer.</td>
</tr>