summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCodeFactory/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TypeCodeFactory/README')
-rw-r--r--TAO/tao/TypeCodeFactory/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/TypeCodeFactory/README b/TAO/tao/TypeCodeFactory/README
index 97d0b2546b2..d1e8ccf39fb 100644
--- a/TAO/tao/TypeCodeFactory/README
+++ b/TAO/tao/TypeCodeFactory/README
@@ -3,7 +3,7 @@ $Id$
TypeCodeFactory -------
This library is used by the Interface Repository and
-by CORBA::ORB to create typecodes. To minimize
+by CORBA::ORB to create typecodes. To minimize
dependencies and footprint, this library need not be
built or linked by an application. However, if an
application needs to call CORBA::ORB::create_*_tc(),
@@ -16,11 +16,11 @@ the IFR will link the TypeCodeFactory library in its
own build.
Since the TypeCodeFactory must deal with Interface
-Repository data types, it depends on the
+Repository data types, it depends on the
TAO_IFR_Client library.
Support has now been added for valuetypes, components,
-homes, eventtypes and recursive types. For an example
+homes, eventtypes and recursive types. For an example
of how to create a typecode for a recursive type, see
the OMG CORBA specification section on typecode creation
(in version 3.0, section 4.11.3).