summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-31 17:02:20 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-31 17:02:20 +0000
commit5c79b475b119f949ce0b3f699e6c380fcba27aea (patch)
tree91b9b7fb27c6e6bda8f363ac668c04281ec2f042
parent44dd2abe2ce73a238bcac31f6f7115b509bfed92 (diff)
downloadATCD-5c79b475b119f949ce0b3f699e6c380fcba27aea.tar.gz
ChangeLogTag:Thu Oct 31 10:51:12 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog4
-rw-r--r--TAO/docs/Smart_Proxies.html4
2 files changed, 6 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2e3deba944a..d2a61b4bbbd 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 31 10:51:12 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * docs/Smart_Proxies.html: Fixed a few typos.
+
Thu Oct 31 10:52:50 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
* orbsvcs/orbsvcs/IFRService/Container_i.cpp:
diff --git a/TAO/docs/Smart_Proxies.html b/TAO/docs/Smart_Proxies.html
index 4c28903bcbd..a2106a2af45 100644
--- a/TAO/docs/Smart_Proxies.html
+++ b/TAO/docs/Smart_Proxies.html
@@ -16,7 +16,7 @@ that provides user-defined proxy classes. By default TAO's IDL
compiler generates proxy classes for IDL interfaces. The proxy is an
exact image of the target object on whom the invocations are to be
made by the client, i.e., it has the same methods as the targeting
-interface. A proxy packadges the request which gets marshalled and
+interface. A proxy packages the request which gets marshalled and
sent to the target object. A paper that describes TAO's <A
HREF="interceptors.html">portable interceptor</A> and smart proxy
support is available <A
@@ -57,7 +57,7 @@ overhead and whether the proxy can be smart enough to deduce the use
of this kind of batch processing. Also, this scheme wont work for
two-way calls.The "cached-oneways" feature might make more sense in
this scenario. Thus the application programmer will have to determine
-how this caching optimisation changes the semantics of the original
+how this caching optimization changes the semantics of the original
interface.</p>
<LI> The client can make a single request which results in a sequence