summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-08-10 13:28:52 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-08-10 13:28:52 +0200
commitad958e7639275dc8626599ac0bfcc805a7e4ea76 (patch)
tree415bc931a7aa4a079cb81c9d19a2c436e9fa6e88
parentcc81a61d2e2e5708d013585ac20b90c3a949c03e (diff)
downloadATCD-ad958e7639275dc8626599ac0bfcc805a7e4ea76.tar.gz
Fixed typos
* ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.cpp: * ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp: * ACE/examples/QOS/Simple/QoS_Util.cpp: * TAO/orbsvcs/orbsvcs/Notify/Supplier.cpp: * TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.h: * TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.h: * TAO/orbsvcs/tests/AVStreams/Pluggable/server.h:
-rw-r--r--ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.cpp2
-rw-r--r--ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp2
-rw-r--r--ACE/examples/QOS/Simple/QoS_Util.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Supplier.cpp2
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.h2
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.h2
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Pluggable/server.h6
7 files changed, 8 insertions, 10 deletions
diff --git a/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.cpp b/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.cpp
index 4329b7a1638..71d0685af14 100644
--- a/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.cpp
+++ b/ACE/examples/QOS/Change_Receiver_FlowSpec/QoS_Util.cpp
@@ -66,7 +66,7 @@ QoS_Util::parse_args (void)
ACE_ERROR_RETURN ((LM_ERROR,
"usage: %s"
" [-m host:port] QoS multicast session address"
- " Overides the receiver address specified in the -n option"
+ " Overrides the receiver address specified in the -n option"
" [-n host:port] Use for a unicast sender. "
" Follow by receiver addr"
" [-p tcp|udp] specify protocol to be used"
diff --git a/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp b/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp
index 4329b7a1638..71d0685af14 100644
--- a/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp
+++ b/ACE/examples/QOS/Change_Sender_TSpec/QoS_Util.cpp
@@ -66,7 +66,7 @@ QoS_Util::parse_args (void)
ACE_ERROR_RETURN ((LM_ERROR,
"usage: %s"
" [-m host:port] QoS multicast session address"
- " Overides the receiver address specified in the -n option"
+ " Overrides the receiver address specified in the -n option"
" [-n host:port] Use for a unicast sender. "
" Follow by receiver addr"
" [-p tcp|udp] specify protocol to be used"
diff --git a/ACE/examples/QOS/Simple/QoS_Util.cpp b/ACE/examples/QOS/Simple/QoS_Util.cpp
index 4329b7a1638..71d0685af14 100644
--- a/ACE/examples/QOS/Simple/QoS_Util.cpp
+++ b/ACE/examples/QOS/Simple/QoS_Util.cpp
@@ -66,7 +66,7 @@ QoS_Util::parse_args (void)
ACE_ERROR_RETURN ((LM_ERROR,
"usage: %s"
" [-m host:port] QoS multicast session address"
- " Overides the receiver address specified in the -n option"
+ " Overrides the receiver address specified in the -n option"
" [-n host:port] Use for a unicast sender. "
" Follow by receiver addr"
" [-p tcp|udp] specify protocol to be used"
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Supplier.cpp b/TAO/orbsvcs/orbsvcs/Notify/Supplier.cpp
index 1cb7f208491..98d4536a3ea 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Supplier.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Supplier.cpp
@@ -42,8 +42,6 @@ TAO_Notify_Supplier::dispatch_updates_i (
this->subscribe_->subscription_change (added, removed);
}
-
-
bool
TAO_Notify_Supplier::is_alive (bool allow_nil_supplier)
{
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.h b/TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.h
index 3330849a81a..6eca9f6a293 100644
--- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.h
+++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.h
@@ -78,7 +78,7 @@ private:
* @brief Defines a class for the distributer application callback
* for receiving data.
*
- * This class overides the methods of the TAO_AV_Callback so the
+ * This class overrides the methods of the TAO_AV_Callback so the
* AVStreams can make upcalls to the application.
*/
class Distributer_Sender_Callback : public TAO_AV_Callback
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.h b/TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.h
index 3df685c8f03..c179a105c2b 100644
--- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.h
+++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/sender.h
@@ -41,7 +41,7 @@ public:
*
* @brief Defines a class for the sender application callback.
*
- * This class overides the methods of the TAO_AV_Callback so the
+ * This class overrides the methods of the TAO_AV_Callback so the
* AVStreams can make upcalls to the application.
*/
class Sender_Callback : public TAO_AV_Callback
diff --git a/TAO/orbsvcs/tests/AVStreams/Pluggable/server.h b/TAO/orbsvcs/tests/AVStreams/Pluggable/server.h
index 555f7b10d95..714eb1d8e3a 100644
--- a/TAO/orbsvcs/tests/AVStreams/Pluggable/server.h
+++ b/TAO/orbsvcs/tests/AVStreams/Pluggable/server.h
@@ -21,7 +21,7 @@
*
* @brief Defines a class for the server application callback.
*
- * This class overides the methods of the TAO_AV_Callback so the
+ * This class overrides the methods of the TAO_AV_Callback so the
* AVStreams can make upcalls to the application.
*/
class FTP_Server_Callback : public TAO_AV_Callback
@@ -63,7 +63,7 @@ private:
* @class Server
*
* @brief Defines the server application class.
- * = DESCRIPOTION
+ *
* The actual server progarm that acts as the ftp server that receives data
* sent by the ftp client.
*/
@@ -73,7 +73,7 @@ public:
/// Constructor
Server (void);
- /// Deestructor.
+ /// Destructor.
~Server (void);
/// Initialize data components.