summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3837_Regression/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3837_Regression/Hello.h')
-rw-r--r--TAO/tests/Bug_3837_Regression/Hello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3837_Regression/Hello.h b/TAO/tests/Bug_3837_Regression/Hello.h
index f87205c3011..3a840d3d88d 100644
--- a/TAO/tests/Bug_3837_Regression/Hello.h
+++ b/TAO/tests/Bug_3837_Regression/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_;
};