More spelling fixes
authorchase <chase@localhost.com>
Wed, 18 Apr 2018 01:10:17 +0000 (18:10 -0700)
committerJon Trulson <jon@radscan.com>
Sun, 22 Apr 2018 18:15:08 +0000 (12:15 -0600)
cde/README
cde/doc/util/dbtoman/instant/translate.c
cde/lib/DtHelp/FileUtils.c
cde/programs/dtdocbook/instant/translate.c
cde/programs/dtdocbook/tcl/tclLink.c
cde/programs/dtwm/WmError.c

index e5b1705fba4527b2f5647303ae9d416c2bf8771e..348e866452c77cbf7fd832157cbc48ab5c64f974 100644 (file)
@@ -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
index 27669d86400835c31df8a93e45b59ce0e5a38b07..76e3b34b6888ec9296b9c69ed6561d1551ab8aa8 100644 (file)
@@ -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
index bdd85ecb5fda476a9b8d832dff174899fc3d8969..b5aaa7066c5ceb6abc6762d98f0d09ac19a15d9a 100644 (file)
@@ -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 */
            }
index 959833533011633f5cae25816e8f1f21c65de806..63c07f78dea9ae0e14ad322db11597805c058121 100644 (file)
@@ -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
index b59846360c0f68703e7c6b388e095a1ad420e2d9..5f47ad4dd8f07901bc4d2629231a444240738566 100644 (file)
@@ -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.
index b06ee1e471f6c339573ad057dff3e5ed7f11d3b2..995aa3f9a3fec5593a69fea6f43fe15c7f163f9f 100644 (file)
@@ -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: