From 07722f5c13e84ed2d478a86e26d6e6e66be460d6 Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 17 Apr 2018 18:10:17 -0700 Subject: [PATCH] More spelling fixes --- cde/README | 2 +- cde/doc/util/dbtoman/instant/translate.c | 2 +- cde/lib/DtHelp/FileUtils.c | 2 +- cde/programs/dtdocbook/instant/translate.c | 2 +- cde/programs/dtdocbook/tcl/tclLink.c | 2 +- cde/programs/dtwm/WmError.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cde/README b/cde/README index e5b1705f..348e8664 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/util/dbtoman/instant/translate.c b/cde/doc/util/dbtoman/instant/translate.c index 27669d86..76e3b34b 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 bdd85ecb..b5aaa706 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/programs/dtdocbook/instant/translate.c b/cde/programs/dtdocbook/instant/translate.c index 95983353..63c07f78 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 b5984636..5f47ad4d 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/dtwm/WmError.c b/cde/programs/dtwm/WmError.c index b06ee1e4..995aa3f9 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: -- 2.25.1