diff options
Diffstat (limited to 'TAO/tests/Hello')
-rw-r--r-- | TAO/tests/Hello/Hello.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Hello/Hello.h b/TAO/tests/Hello/Hello.h index f87205c3011..3a840d3d88d 100644 --- a/TAO/tests/Hello/Hello.h +++ b/TAO/tests/Hello/Hello.h @@ -22,7 +22,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_; }; |