diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2017-03-31 14:14:03 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2017-03-31 14:14:03 +0200 |
commit | bb4a031ea9f1373dfd65ea52339608d09d9f588c (patch) | |
tree | 0e4e5845915762c192af5681f52723f4b3b6f15d /TAO/TAO_IDL/be_include | |
parent | 60bd8694944713e5d11c0dc8ba8d387ff0c2004b (diff) | |
download | ATCD-bb4a031ea9f1373dfd65ea52339608d09d9f588c.tar.gz |
Fixed typos
* ACE/ACEXML/parser/parser/Parser.cpp:
* ACE/ACEXML/parser/parser/Parser.h:
* ACE/ASNMP/asnmp/sagent.h:
* ACE/ASNMP/asnmp/snmp.h:
* ACE/ace/Service_Config.cpp:
* ACE/apps/gperf/src/Options.cpp:
* ACE/tests/Malloc_Test.cpp:
* TAO/TAO_IDL/be/be_interface.cpp:
* TAO/TAO_IDL/be_include/be_interface.h:
* TAO/examples/OBV/Simple_util.h:
* TAO/examples/Persistent_Grid/Simple_util.h:
* TAO/examples/Simple/Simple_util.h:
* TAO/orbsvcs/orbsvcs/IFRService/Container_i.cpp:
* TAO/orbsvcs/orbsvcs/IFRService/Container_i.h:
* TAO/tests/Bug_3683_Regression/Simple_util.h:
* TAO/tests/OBV/Simple/Simple_util.h:
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r-- | TAO/TAO_IDL/be_include/be_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_interface.h b/TAO/TAO_IDL/be_include/be_interface.h index a9310d3c519..7edeb963495 100644 --- a/TAO/TAO_IDL/be_include/be_interface.h +++ b/TAO/TAO_IDL/be_include/be_interface.h @@ -335,7 +335,7 @@ private: /// will inherit from the TAO_Binary_Search_OpTable. void gen_binary_search_class_definition (const char *flat_name); - /// Outputs the class defintion for the linear search. This class + /// Outputs the class definition for the linear search. This class /// will inherit from the TAO_Linear_Search. void gen_linear_search_class_definition (const char *flat_name); |