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 /ACE/ACEXML | |
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 'ACE/ACEXML')
-rw-r--r-- | ACE/ACEXML/parser/parser/Parser.cpp | 2 | ||||
-rw-r--r-- | ACE/ACEXML/parser/parser/Parser.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ACEXML/parser/parser/Parser.cpp b/ACE/ACEXML/parser/parser/Parser.cpp index 7eaed13df3a..21aae9dbdd2 100644 --- a/ACE/ACEXML/parser/parser/Parser.cpp +++ b/ACE/ACEXML/parser/parser/Parser.cpp @@ -1653,7 +1653,7 @@ ACEXML_Parser::parse_element_decl (void) count = this->check_for_PE_reference (); if (this->skip_whitespace () != '>') { - this->fatal_error (ACE_TEXT ("Expecting '>' after element defintion")); + this->fatal_error (ACE_TEXT ("Expecting '>' after element definition")); } return 0; } diff --git a/ACE/ACEXML/parser/parser/Parser.h b/ACE/ACEXML/parser/parser/Parser.h index 1e1bbfc9508..64a330c3273 100644 --- a/ACE/ACEXML/parser/parser/Parser.h +++ b/ACE/ACEXML/parser/parser/Parser.h @@ -710,7 +710,7 @@ private: * This constant string defines the name of "simple XML parsing" * feature. When this feature is enabled, ACEXML parser is allowed * to parse a simple XML stream without mandated XML prolog - * and no DTD defintion. + * and no DTD definition. */ static const ACEXML_Char simple_parsing_feature_[]; |