summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/Oneway_Receiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/Oneway_Receiver.h')
-rw-r--r--TAO/tests/Reliable_Oneways/Oneway_Receiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Reliable_Oneways/Oneway_Receiver.h b/TAO/tests/Reliable_Oneways/Oneway_Receiver.h
index 2b4a9a6518a..6808ff66e5c 100644
--- a/TAO/tests/Reliable_Oneways/Oneway_Receiver.h
+++ b/TAO/tests/Reliable_Oneways/Oneway_Receiver.h
@@ -24,7 +24,7 @@ public:
virtual Test::Shutdown_Helper_ptr get_shutdown_helper (void);
private:
- /// Use an ORB reference to conver strings to objects and shutdown
+ /// Use an ORB reference to convert strings to objects and shutdown
/// the application.
CORBA::ORB_var orb_;
};