summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_3598b_Regression/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_3598b_Regression/Hello.h')
-rw-r--r--TAO/orbsvcs/tests/Bug_3598b_Regression/Hello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Bug_3598b_Regression/Hello.h b/TAO/orbsvcs/tests/Bug_3598b_Regression/Hello.h
index 782b1b2f573..af231fe1540 100644
--- a/TAO/orbsvcs/tests/Bug_3598b_Regression/Hello.h
+++ b/TAO/orbsvcs/tests/Bug_3598b_Regression/Hello.h
@@ -22,7 +22,7 @@ public:
virtual void shutdown ();
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_;
};