diff options
Diffstat (limited to 'TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.h')
-rw-r--r-- | TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.h b/TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.h index 1d5e27d075f..3a25039b7ab 100644 --- a/TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.h +++ b/TAO/tests/Collocated_Best/Collocated_Best_Direct/Hello.h @@ -23,7 +23,7 @@ public: virtual void shutdown (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_; |