summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-02-16 10:23:41 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-02-16 10:23:41 +0100
commit4473a426454c16a2d7af7328778369d603d701ca (patch)
tree60b052839f7bdc45ecf4ea899f3e4311bd1db838
parent0b1e33835dcdb9397c9eeb23eef5db53908d87e0 (diff)
downloadATCD-4473a426454c16a2d7af7328778369d603d701ca.tar.gz
Fixed typo in comment
* TAO/tests/Bug_3683_Regression/Simple_util.h:
-rw-r--r--TAO/tests/Bug_3683_Regression/Simple_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3683_Regression/Simple_util.h b/TAO/tests/Bug_3683_Regression/Simple_util.h
index a890314a03c..b0564357d7c 100644
--- a/TAO/tests/Bug_3683_Regression/Simple_util.h
+++ b/TAO/tests/Bug_3683_Regression/Simple_util.h
@@ -27,7 +27,7 @@
* A template server definition. This template can be used by
* single server/client projects for definition of their
* server/clients. See the directories time, bank, echo for
- * further details of implemenatation.
+ * further details of implementation.
*/
template <class Servant>
class Server