diff --git a/TAO/ChangeLogs/ChangeLog-2004a b/TAO/ChangeLogs/ChangeLog-2004a index aa94dcc0efe0d..53d53e3b7e480 100644 --- a/TAO/ChangeLogs/ChangeLog-2004a +++ b/TAO/ChangeLogs/ChangeLog-2004a @@ -1836,7 +1836,7 @@ Sun Jun 13 07:56:20 2004 Phil Mesnier Sun Jun 14 11:36:12 UTC 2004 Johnny Willemsen * tao/PortableServer/Operation_Table.cpp: - Also on AIX we must explictly instantiate static template members. + Also on AIX we must explicitly instantiate static template members. To make things easier to maintenance use the new ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION macro to check whether we need to do this. This macro is set for the GNU compiler for @@ -8244,7 +8244,7 @@ Wed Feb 11 13:17:11 UTC 2004 Johnny Willemsen Wed Feb 11 11:28:56 UTC 2004 Johnny Willemsen * examples/Simple/chat/chat.mpc: - Added idl files explictly so that the order in which the idl files + Added idl files explicitly so that the order in which the idl files are compiled is fixed and correct. Wed Feb 11 10:22:11 UTC 2004 Johnny Willemsen diff --git a/TAO/TAO_IDL/util/utl_err.cpp b/TAO/TAO_IDL/util/utl_err.cpp index f0daaed36c4f3..b68c0cbefc90a 100644 --- a/TAO/TAO_IDL/util/utl_err.cpp +++ b/TAO/TAO_IDL/util/utl_err.cpp @@ -186,7 +186,7 @@ error_string (UTL_Error::ErrorCode c) return "Warning - spelling differs from IDL keyword only in case: "; case UTL_Error::EIDL_ANONYMOUS_ERROR: return "anonymous types require the IDL version to be 4 or later or must " - "be explictly enabled using -as"; + "be explicitly enabled using -as"; case UTL_Error::EIDL_ANONYMOUS_WARNING: return "anonymous type found"; case UTL_Error::EIDL_ANONYMOUS_EXPLICIT_ERROR: