summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-01-05 12:30:50 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-01-05 12:30:50 +0100
commitd072f60e3d63e15d040089f33627efc11f86211d (patch)
tree853f71e3c89e03ee6bbe363be15471e978475376
parent208c5d1b7608e8aae88f058a0023aaa06c5041ef (diff)
downloadATCD-d072f60e3d63e15d040089f33627efc11f86211d.tar.gz
Fixed typo
* TAO/docs/ORBEndpoint.html: * TAO/orbsvcs/orbsvcs/Notify/RT_Properties.h: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp: * TAO/tao/Codeset/Codeset_Manager_i.cpp:
-rw-r--r--TAO/docs/ORBEndpoint.html14
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RT_Properties.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp2
-rw-r--r--TAO/tao/Codeset/Codeset_Manager_i.cpp2
4 files changed, 10 insertions, 10 deletions
diff --git a/TAO/docs/ORBEndpoint.html b/TAO/docs/ORBEndpoint.html
index 7dcbe5afb01..0e511b7c5aa 100644
--- a/TAO/docs/ORBEndpoint.html
+++ b/TAO/docs/ORBEndpoint.html
@@ -84,7 +84,7 @@
separated by a forward slash '<CODE>/</CODE>' in this case,
i.e. for IIOP endpoints. This character may differ for other
types of pluggable protocol endpoints. For example, UIOP
- endpoint-specifc options are separated from the address by a
+ endpoint-specific options are separated from the address by a
vertical bar '<CODE>|</CODE>'. Also note that when using more
than option, quotes should be used to prevent the shell from
interpreting the ampersand '<CODE>&amp;</CODE>' as a command to
@@ -355,12 +355,12 @@
<TD>
Available in IIOP & SSLIOP the <CODE>reuse_addr</CODE> option allows one to
set the SO_REUSEADDR socket option on an endpoint. Doing so bypasses
- the TCP TIME_WAIT and can be used to open an endpoint
- on a port still in TIME_WAIT state. Use caution using this option. Its not
- recommended for the general use-case. Setting
- SO_REUSEADDR has been observed to cause unexpected side-effects on some
- platforms (e.g. Solaris 5.7 x86 allows programs run as same or different
- users to bind to the same port when SO_REUSEADDR is set by all users).
+ the TCP TIME_WAIT and can be used to open an endpoint
+ on a port still in TIME_WAIT state. Use caution using this option. Its not
+ recommended for the general use-case. Setting
+ SO_REUSEADDR has been observed to cause unexpected side-effects on some
+ platforms (e.g. Solaris 5.7 x86 allows programs run as same or different
+ users to bind to the same port when SO_REUSEADDR is set by all users).
<P>
The format for <CODE>ORBListenEndpoints</CODE> with the
<CODE>reuse_addr</CODE> option is:
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.h b/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.h
index 9397b0d42b3..f1549a4596c 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.h
@@ -23,7 +23,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class TAO_Notify_RT_Properties
*
- * @brief RT specifc global properties are stored here.
+ * @brief RT specific global properties are stored here.
*/
class TAO_RT_Notify_Export TAO_Notify_RT_Properties
{
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp
index 38065e3962e..d4f2fdc2541 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp
@@ -405,7 +405,7 @@ TAO_PG_GenericFactory::get_ObjectId (
// with the LoadManager. Previously used values will not be reused
// to ensure that a ServantLocator does not inadvertently return a
// reference to an object that had a previously used ObjectId.
- // Specifcally, the numerical value used for the ObjectId increases
+ // Specifically, the numerical value used for the ObjectId increases
// monotonically.
// 4294967295UL -- Largest 32 bit unsigned integer
diff --git a/TAO/tao/Codeset/Codeset_Manager_i.cpp b/TAO/tao/Codeset/Codeset_Manager_i.cpp
index 45cce73fc69..019486489e7 100644
--- a/TAO/tao/Codeset/Codeset_Manager_i.cpp
+++ b/TAO/tao/Codeset/Codeset_Manager_i.cpp
@@ -344,7 +344,7 @@ void
TAO_Codeset_Manager_i::open(TAO_ORB_Core& core)
{
#if 0
- // These translators help comply with the CORBA 3.0.2 specifcation
+ // These translators help comply with the CORBA 3.0.2 specification
TAO_Codeset_Translator_Factory *fact =
ACE_Dynamic_Service<TAO_Codeset_Translator_Factory>::
instance ("UTF8_Latin1_Factory");