Small spelling fixes
authorchase <chase@localhost.com>
Tue, 24 Apr 2018 05:41:14 +0000 (22:41 -0700)
committerJon Trulson <jon@radscan.com>
Thu, 26 Apr 2018 01:40:19 +0000 (19:40 -0600)
cde/examples/motif/draganddrop/DNDDemo.c
cde/examples/motif/draganddrop/DNDDemo.h
cde/lib/DtTerm/util/lineToData.c
cde/programs/dtlogin/sysauth.c
cde/programs/dtmail/dtmail/RunLocalBento

index 717d424b8bf65e876398953321e49342cc09a9ab..b0a1e1669cb394bd5cc471c557173a547be4c7d9 100644 (file)
@@ -44,7 +44,7 @@ static char rcsid[] = "$XConsortium: DNDDemo.c /main/4 1995/10/27 10:43:34 rswis
 
 
 /*
- * The folowing character arrays are for use with the drop help
+ * The following character arrays are for use with the drop help
  * dialogs.  For internationalization, message catalogs should
  * replace these static declarations.
  */
index 236a912032acf549fbb3afa68fe241f7886f2e08..f7da85cf65ba7aa06ea03bb798ecfb0b1c775f8f 100644 (file)
@@ -192,7 +192,7 @@ extern unsigned char SMALL_STATE_ICON_BITS[];
 extern unsigned char SMALL_STATE_ICON_MASK[];
 extern unsigned char SMALL_INVALID_ICON_BITS[];
 
-/* The folowing character arrays are for use with the drop help
+/* The following character arrays are for use with the drop help
  * dialogs.  For internationalization, message catalogs should
  * replace these static declarations.
  */
index 0240f2c33a5282a2a4b2afece343bd9ac71c27bf..33fd4b290ff81e35c58de1e28fa5cca6d46767db 100644 (file)
@@ -417,7 +417,7 @@ parseCoord(char **str, char *val, signed char *offset)
            sign = -1;
        /* skip over sign... */
        (void) c++;
-       /* skip over shitespace... */
+       /* skip over whitespace... */
        while (*c && strchr(" \t", *c))
            c++;
 
index 30f3375c4b6276091cb9bb525298e2e3483a9cb1..56a8482af7454ecceece648fe812cabaac18eca0 100644 (file)
@@ -2250,7 +2250,7 @@ Authenticate( struct display *d, char *name, char *passwd, char **msg )
                        return(VF_PASSWD_AGED);
 
                /* These 3 cases should allow user to select a new password */
-               /* after displaying a warrning, but current implementation  */
+               /* after displaying a warning, but current implementation  */
                /* only displays the warning.                               */
 
                case MANDATORY:
index eb6fca7138b3055a1a9cd47dd345c232b984c8f5..a84ee735e0e2590f2e856f51c057ef9d6474ed5b 100644 (file)
@@ -1,7 +1,7 @@
-#!/bin/csh -f
+#!/bin/sh -f
 #
 # A script that aids in debugging and testing dtmail
-#
+
 if [ `uname -s` != SunOS ]
  then
         echo "Only support SunOS"