Fix various spelling errors
authorchase <chase@localhost.com>
Tue, 17 Apr 2018 12:25:38 +0000 (05:25 -0700)
committerJon Trulson <jon@radscan.com>
Sun, 22 Apr 2018 18:14:43 +0000 (12:14 -0600)
cde/doc/C/guides/man/man4/dtsrhanf.sgm
cde/lib/DtSearch/dtsearch.msg
cde/lib/DtSearch/ocf.c
cde/lib/DtSvc/DtUtil2/LocaleXlate.c
cde/lib/DtSvc/DtUtil2/XlationSvc.c
cde/lib/tt/bin/tt_type_comp/mp_types_gram.y
cde/programs/dtsr/dtsrhan.c
cde/programs/nsgmls/ParserMessages.C

index abfc3a25c7d7b48fc20b4a424e3cf838f470e471..4617e25bec0026875d80c854d54b567946947a17 100644 (file)
@@ -222,7 +222,7 @@ must be an uppercase ASCII alphabetic character.
 </para>
 </listitem>
 </varlistentry>
-<varlistentry><term>delimiter = <emphasis>line_identifer</emphasis>, bottom</term>
+<varlistentry><term>delimiter = <emphasis>line_identifier</emphasis>, bottom</term>
 <listitem>
 <para>Defines the end of text (ETX) delimiter that will separate records.
 </para>
index 3bc19e82424f53e87f7a3aabf980a2eb61bb903e..3b3e05e8417bfe5247c73665b225879b3bca33e9 100644 (file)
@@ -190,7 +190,7 @@ $ Msg 46 should not translate "delblanklines."
 53 "Error - delimiter defined as '%1$s' references a physical line in the record.\n\
    Since the delimiter defines the physical lines\n\
   it cannot be referenced as a physical line.\n"
-54 "Error - for field '%1$s', no line identifer matches '%2$s'.\n"
+54 "Error - for field '%1$s', no line identifier matches '%2$s'.\n"
 55 "Error - field include/exclude list included\n\
   the field '%1$s', which was never defined.\n"
 56 "Error - image include/exclude list included\n\
index 73e03e543467cc3fe67ec174eb0f5a6c4eb100a8..92919832649158e2ac791a61b424739c0619320d 100644 (file)
@@ -745,7 +745,7 @@ static int      add_a_keytype (char ktchar)
  * For example if how_many == 1, only 1 keytype will be added
  * and the balance of the line will be ignored.
  * We also quit adding keytypes when the total reaches
- * MAX_KTCOUNT or when we hit end of line or commments.
+ * MAX_KTCOUNT or when we hit end of line or comments.
  */
 static void     read_keytypes (int how_many, _Xstrtokparams *strtok_buf)
 {
index 8e4ac85d1e16e05717b491c620e3d036853b0e29..8d3bce3ec80013b60de4b3fdb61fc122cfa92436 100644 (file)
@@ -144,7 +144,7 @@ refer to the _DtXlatedocumentation.
 <operations> : a CDE-standardized identifier for the operation(s) to
 which the value applies.  The operation(s) need not be supported by every
 platform, but CDE must have standardized an identifier for the operation
-in order for it to be used.  More than one identifer may be included by
+in order for it to be used.  More than one identifier may be included by
 concatenating them using the ',' separator, eg. "iconv1,iconv3".
 
 _DtLcx defines a number of standard operation strings that use
index a16a997df96663e1896c7a6e9ea30fc76c95d2e3..c60437f9ebf4f611004744db856b6a8e0c3364a3 100644 (file)
@@ -2437,7 +2437,7 @@ will be necessary to ensure correct translation specifications.
 <operations> : a CDE-standardized identifier for the operation(s) to
 which the value applies.  The operation(s) need not be supported by every
 platform, but CDE must have standardized an identifier for the operation
-in order for it to be used.  More than one identifer may be included by
+in order for it to be used.  More than one identifier may be included by
 concatenating them using the ',' separator, eg. "iconv1,iconv3".
 
 <transtype> : The <transtype> field records the direction of
index 59d8c98ab55e6c8a8f3bec6377e64beb487bb8d0..9b3fc81e9688c5b6e0e5e3035ee197c832e5e84c 100644 (file)
@@ -199,7 +199,7 @@ inherit             :       FROM otid
  * 
  * args                ::=  '(' argspec {, argspec}* ')' | '(void)' | '()'
  *
- * cxtdcl      ::=  'context' '(' identifier {, identifer }* ')'
+ * cxtdcl      ::=  'context' '(' identifier {, identifier }* ')'
  * 
  * argspec     ::=  mode type name
  * 
index c7e7055d768fe92bd41d86f274b629fc33808d98..fdf8b64e4a090b5ce88e5ecf8f50cf60779fc799 100644 (file)
@@ -1417,7 +1417,7 @@ BAD_ABSTR:
        }
        if (!found && !field_current->constant) {
            printf ( catgets(dtsearch_catd, MS_chandel, 54,
-               "Error - for field '%s', no line identifer matches '%s'.\n") ,
+               "Error - for field '%s', no line identifier matches '%s'.\n") ,
                field_current->name, field_current->line_id);
            bad_profile = TRUE;
        }
index 73436d438508a6224440c723b3f8101af106e441..7adceb0b983fc4e7b2e726928dea14d779662743 100644 (file)
@@ -645,7 +645,7 @@ MessageFragment::appModule,
 51
 #ifndef SP_NO_MESSAGE_TEXT
 ,"invalid comment declaration: found %1 outside comment but inside comment declaration"
-,"commment declaration started here"
+,"comment declaration started here"
 #endif
 );
 const MessageType1 ParserMessages::instanceDeclaration(
@@ -1922,7 +1922,7 @@ MessageFragment::appModule,
 #endif
 163
 #ifndef SP_NO_MESSAGE_TEXT
-,"invalid formal public identifer %1: public text display version not permitted with this text class"
+,"invalid formal public identifier %1: public text display version not permitted with this text class"
 #endif
 );
 const MessageType1 ParserMessages::fpiExtraField(