diff --git a/cde/README b/cde/README index e5b1705fb..348e86645 100644 --- a/cde/README +++ b/cde/README @@ -36,7 +36,7 @@ http://sourceforge.net/p/cdesktopenv/wiki/Home/ Please go there and read the appropriate section(s) for your OS (Linux or FreeBSD/OpenBSD/NetBSD currently). There are a variety of -dependancies that must be met, as well as specific set up steps +dependencies that must be met, as well as specific set up steps required to build. Do not expect to just type 'make' and have it actually work without diff --git a/cde/doc/C/guides/man/man4/dtsrhanf.sgm b/cde/doc/C/guides/man/man4/dtsrhanf.sgm index abfc3a25c..4617e25be 100644 --- a/cde/doc/C/guides/man/man4/dtsrhanf.sgm +++ b/cde/doc/C/guides/man/man4/dtsrhanf.sgm @@ -222,7 +222,7 @@ must be an uppercase ASCII alphabetic character. -delimiter = line_identifer, bottom +delimiter = line_identifier, bottom Defines the end of text (ETX) delimiter that will separate records. diff --git a/cde/doc/util/dbtoman/instant/translate.c b/cde/doc/util/dbtoman/instant/translate.c index 27669d864..76e3b34b6 100644 --- a/cde/doc/util/dbtoman/instant/translate.c +++ b/cde/doc/util/dbtoman/instant/translate.c @@ -333,7 +333,7 @@ ExpandVariables( /* Process an "output" translation spec - one of StartText, EndText, * Replace, Message. (These are the ones that produce output.) * Steps done: - * Expand attributes and regular varaibles in input string. + * Expand attributes and regular variables in input string. * Pass thru string, accumulating chars to be sent to output stream. * If we find the start of a special variable, output what we've * accumulated, then find the special variable's "bounds" (ie, the diff --git a/cde/lib/DtHelp/FileUtils.c b/cde/lib/DtHelp/FileUtils.c index bdd85ecb5..b5aaa7066 100644 --- a/cde/lib/DtHelp/FileUtils.c +++ b/cde/lib/DtHelp/FileUtils.c @@ -231,7 +231,7 @@ _DtHelpFileTraceLinks ( /* get last slash in the current file path */ if(_DtHelpCeStrrchr(filePath,DirSlashStr,MB_CUR_MAX,&slash) == 0) - { /* there is a path comonent in filePath; use it with linkPath */ + { /* there is a path component in filePath; use it with linkPath */ strcpy(++slash,linkPath); strcpy(linkPath,filePath); /* leave result in linkPath */ } diff --git a/cde/lib/DtSearch/dtsearch.msg b/cde/lib/DtSearch/dtsearch.msg index 3bc19e824..3b3e05e84 100644 --- a/cde/lib/DtSearch/dtsearch.msg +++ b/cde/lib/DtSearch/dtsearch.msg @@ -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\ diff --git a/cde/lib/DtSearch/ocf.c b/cde/lib/DtSearch/ocf.c index 73e03e543..929198326 100644 --- a/cde/lib/DtSearch/ocf.c +++ b/cde/lib/DtSearch/ocf.c @@ -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) { diff --git a/cde/lib/DtSvc/DtUtil2/LocaleXlate.c b/cde/lib/DtSvc/DtUtil2/LocaleXlate.c index 8e4ac85d1..8d3bce3ec 100644 --- a/cde/lib/DtSvc/DtUtil2/LocaleXlate.c +++ b/cde/lib/DtSvc/DtUtil2/LocaleXlate.c @@ -144,7 +144,7 @@ refer to the _DtXlatedocumentation. : 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 diff --git a/cde/lib/DtSvc/DtUtil2/XlationSvc.c b/cde/lib/DtSvc/DtUtil2/XlationSvc.c index a16a997df..c60437f9e 100644 --- a/cde/lib/DtSvc/DtUtil2/XlationSvc.c +++ b/cde/lib/DtSvc/DtUtil2/XlationSvc.c @@ -2437,7 +2437,7 @@ will be necessary to ensure correct translation specifications. : 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". : The field records the direction of diff --git a/cde/lib/tt/bin/tt_type_comp/mp_types_gram.y b/cde/lib/tt/bin/tt_type_comp/mp_types_gram.y index 59d8c98ab..9b3fc81e9 100644 --- a/cde/lib/tt/bin/tt_type_comp/mp_types_gram.y +++ b/cde/lib/tt/bin/tt_type_comp/mp_types_gram.y @@ -199,7 +199,7 @@ inherit : FROM otid * * args ::= '(' argspec {, argspec}* ')' | '(void)' | '()' * - * cxtdcl ::= 'context' '(' identifier {, identifer }* ')' + * cxtdcl ::= 'context' '(' identifier {, identifier }* ')' * * argspec ::= mode type name * diff --git a/cde/programs/dtdocbook/instant/translate.c b/cde/programs/dtdocbook/instant/translate.c index 959833533..63c07f78d 100644 --- a/cde/programs/dtdocbook/instant/translate.c +++ b/cde/programs/dtdocbook/instant/translate.c @@ -329,7 +329,7 @@ CallInterpreter( * Replace, Message (these are the ones that produce output), or * StartCode and EndCode (these get passed to the interpreter). * Steps done: - * Expand attributes and regular varaibles in input string. + * Expand attributes and regular variables in input string. * Pass thru string, accumulating chars to be sent to output stream. * If we find the start of a special variable, output what we've * accumulated, then find the special variable's "bounds" (ie, the diff --git a/cde/programs/dtdocbook/tcl/tclLink.c b/cde/programs/dtdocbook/tcl/tclLink.c index b59846360..5f47ad4dd 100644 --- a/cde/programs/dtdocbook/tcl/tclLink.c +++ b/cde/programs/dtdocbook/tcl/tclLink.c @@ -287,7 +287,7 @@ LinkTraceProc(clientData, interp, name1, name2, flags) /* * For writes, first make sure that the variable is writable. Then * convert the Tcl value to C if possible. If the variable isn't - * writable or can't be converted, then restore the varaible's old + * writable or can't be converted, then restore the variable's old * value and return an error. Another tricky thing: we have to save * and restore the interpreter's result, since the variable access * could occur when the result has been partially set. diff --git a/cde/programs/dtsr/dtsrhan.c b/cde/programs/dtsr/dtsrhan.c index c7e7055d7..fdf8b64e4 100644 --- a/cde/programs/dtsr/dtsrhan.c +++ b/cde/programs/dtsr/dtsrhan.c @@ -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; } diff --git a/cde/programs/dtwm/WmError.c b/cde/programs/dtwm/WmError.c index b06ee1e47..995aa3f9a 100644 --- a/cde/programs/dtwm/WmError.c +++ b/cde/programs/dtwm/WmError.c @@ -348,7 +348,7 @@ Warning (char *message) * * Description: * ----------- - * This function lists several messages to stderr using fprinf() + * This function lists several messages to stderr using fprintf() * formatting capabilities. * * Inputs: diff --git a/cde/programs/nsgmls/ParserMessages.C b/cde/programs/nsgmls/ParserMessages.C index 73436d438..7adceb0b9 100644 --- a/cde/programs/nsgmls/ParserMessages.C +++ b/cde/programs/nsgmls/ParserMessages.C @@ -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(