summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@users.noreply.github.com>2016-12-27 18:53:25 +0100
committerGitHub <noreply@github.com>2016-12-27 18:53:25 +0100
commit80615174832f91c929c6f547a71aae43486b6948 (patch)
treefe7f5853e71444d81ab859431cd18edf94ead5e2
parent56c6908e1a0c02ee9ec44326d532ab4136acca00 (diff)
parent9ba8869b737ee6ad2c775fadf04a56a90dc3ba33 (diff)
downloadATCD-80615174832f91c929c6f547a71aae43486b6948.tar.gz
Merge pull request #341 from jwillemsen/master
Fixed typo
-rw-r--r--ACE/ace/Asynch_Acceptor.h2
-rw-r--r--ACE/ace/Name_Space.h2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h2
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_valuebox/field_ch.h2
-rw-r--r--TAO/docs/implrepo/paper.html2
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/SecurityLevel3.idl2
8 files changed, 8 insertions, 8 deletions
diff --git a/ACE/ace/Asynch_Acceptor.h b/ACE/ace/Asynch_Acceptor.h
index 520c7bf3f8a..03efa702e8d 100644
--- a/ACE/ace/Asynch_Acceptor.h
+++ b/ACE/ace/Asynch_Acceptor.h
@@ -171,7 +171,7 @@ public:
* another accept should be initiated. If the method returns a non-zero
* value, another accept is initiated.
*
- * The default implemenation always returns the value passed as the
+ * The default implementation always returns the value passed as the
* @c open() method's @a reissue_accept argument. That value can also
* be changed using the @c reissue_accept() method.
*/
diff --git a/ACE/ace/Name_Space.h b/ACE/ace/Name_Space.h
index f6de4d7886a..9f0deb3a3a9 100644
--- a/ACE/ace/Name_Space.h
+++ b/ACE/ace/Name_Space.h
@@ -75,7 +75,7 @@ typedef ACE_Unbounded_Set_Iterator<ACE_NS_WString> ACE_PWSTRING_ITERATOR;
* @class ACE_Name_Space
*
* @brief Abstract base class that provides an abstract interface to
- * the database without exposing any implemenation details.
+ * the database without exposing any implementation details.
*
* Manages a Naming Service Name Space. Provides the basic
* methods -- bind, unbind, rebind, find, and listnames.
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp
index 8834c6344b8..b2e000a6e67 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp
@@ -4,7 +4,7 @@
* @file field_ch.cpp
*
* Visitor for the structure fields in valuebox class.
- * This one generates code for access to strucuture members
+ * This one generates code for access to structure members
* in the client header.
*
* Based on be_visitor_union_branch/public_ch. In general we
diff --git a/TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h b/TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h
index bd319d5b9a1..0bee5dc3f84 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_amh_pre_proc.h
@@ -79,7 +79,7 @@ private:
/// Create the exception holder valuetype
be_valuetype *create_exception_holder (be_interface *node);
- /// And the concrete implemenation of the exception holder valuetype
+ /// And the concrete implementation of the exception holder valuetype
// be_valuetype *create_exception_holder_concrete (be_valuetype *parent);
/// Creates a raise operation from node and inserts it in
diff --git a/TAO/TAO_IDL/be_include/be_visitor_valuebox/field_ch.h b/TAO/TAO_IDL/be_include/be_visitor_valuebox/field_ch.h
index 0e7129f12d1..38b0b3b0b31 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_valuebox/field_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_valuebox/field_ch.h
@@ -5,7 +5,7 @@
* @file field_ch.h
*
* Visitor for the structure fields in valuebox class.
- * This one generates code for access to strucuture members
+ * This one generates code for access to structure members
* in the client header.
*
* Based on be_visitor_union_branch/public_ch. In general we
diff --git a/TAO/docs/implrepo/paper.html b/TAO/docs/implrepo/paper.html
index 6dda0041830..bb71f5b2ceb 100644
--- a/TAO/docs/implrepo/paper.html
+++ b/TAO/docs/implrepo/paper.html
@@ -769,7 +769,7 @@ Persistent IOR</a></h3>
profile will be tried.</li>
<li>If the first profile is the Implementation Repository, or
if the server profile failed, then it will be
- contacted.&nbsp; The Implemenation Repository will then
+ contacted.&nbsp; The Implementation Repository will then
return NOT_FOUND or will start up the server and return a
Location Forward message.</li>
</ul>
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp
index 11507d48e19..b1705e94a87 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp
@@ -387,7 +387,7 @@ TAO_PG_ObjectGroupManager::get_object_group_ref (
if (entry == 0)
throw CORBA::INTERNAL ();
- // This implemenation does not change the object group reference.
+ // This implementation does not change the object group reference.
return PortableGroup::ObjectGroup::_duplicate (object_group);
}
diff --git a/TAO/orbsvcs/orbsvcs/SecurityLevel3.idl b/TAO/orbsvcs/orbsvcs/SecurityLevel3.idl
index 6532f0e3815..78aeb4e09e2 100644
--- a/TAO/orbsvcs/orbsvcs/SecurityLevel3.idl
+++ b/TAO/orbsvcs/orbsvcs/SecurityLevel3.idl
@@ -1995,7 +1995,7 @@ module SecurityLevel3 {
* security context with a remote CSIv2 client.
* If the <code>request_is_local<code> attribute is <code>FALSE</code>,
* the current thread of execution is directly servicing a remote
- * request for the target object within the target's implemenation.
+ * request for the target object within the target's implementation.
* If the <code>request_is_local</code> attribute is <code>TRUE</code>,
* the current thread of execution is servicing an ORB mediated call
* on a collocated object.