summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3790_Regression/simple_test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3790_Regression/simple_test_i.h')
-rw-r--r--TAO/tests/Bug_3790_Regression/simple_test_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3790_Regression/simple_test_i.h b/TAO/tests/Bug_3790_Regression/simple_test_i.h
index 4b82ae9c26f..0a5f17eeeda 100644
--- a/TAO/tests/Bug_3790_Regression/simple_test_i.h
+++ b/TAO/tests/Bug_3790_Regression/simple_test_i.h
@@ -18,7 +18,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_;
};