From: chase Date: Tue, 24 Apr 2018 05:41:14 +0000 (-0700) Subject: Small spelling fixes X-Git-Tag: 2.2.4a~58 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0aa8780fa179e00d928dc2b55b932a4c439188ae;p=oweals%2Fcde.git Small spelling fixes --- diff --git a/cde/examples/motif/draganddrop/DNDDemo.c b/cde/examples/motif/draganddrop/DNDDemo.c index 717d424b..b0a1e166 100644 --- a/cde/examples/motif/draganddrop/DNDDemo.c +++ b/cde/examples/motif/draganddrop/DNDDemo.c @@ -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. */ diff --git a/cde/examples/motif/draganddrop/DNDDemo.h b/cde/examples/motif/draganddrop/DNDDemo.h index 236a9120..f7da85cf 100644 --- a/cde/examples/motif/draganddrop/DNDDemo.h +++ b/cde/examples/motif/draganddrop/DNDDemo.h @@ -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. */ diff --git a/cde/lib/DtTerm/util/lineToData.c b/cde/lib/DtTerm/util/lineToData.c index 0240f2c3..33fd4b29 100644 --- a/cde/lib/DtTerm/util/lineToData.c +++ b/cde/lib/DtTerm/util/lineToData.c @@ -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++; diff --git a/cde/programs/dtlogin/sysauth.c b/cde/programs/dtlogin/sysauth.c index 30f3375c..56a8482a 100644 --- a/cde/programs/dtlogin/sysauth.c +++ b/cde/programs/dtlogin/sysauth.c @@ -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: diff --git a/cde/programs/dtmail/dtmail/RunLocalBento b/cde/programs/dtmail/dtmail/RunLocalBento index eb6fca71..a84ee735 100644 --- a/cde/programs/dtmail/dtmail/RunLocalBento +++ b/cde/programs/dtmail/dtmail/RunLocalBento @@ -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"