summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2186_Regression/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2186_Regression/Hello.h')
-rw-r--r--TAO/tests/Bug_2186_Regression/Hello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2186_Regression/Hello.h b/TAO/tests/Bug_2186_Regression/Hello.h
index 59e72ed2695..e2799f520b1 100644
--- a/TAO/tests/Bug_2186_Regression/Hello.h
+++ b/TAO/tests/Bug_2186_Regression/Hello.h
@@ -24,7 +24,7 @@ public:
virtual void request_callback (Test::Hello_ptr call_me);
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_;
};