From 0aa8780fa179e00d928dc2b55b932a4c439188ae Mon Sep 17 00:00:00 2001 From: chase Date: Mon, 23 Apr 2018 22:41:14 -0700 Subject: [PATCH] Small spelling fixes --- cde/examples/motif/draganddrop/DNDDemo.c | 2 +- cde/examples/motif/draganddrop/DNDDemo.h | 2 +- cde/lib/DtTerm/util/lineToData.c | 2 +- cde/programs/dtlogin/sysauth.c | 2 +- cde/programs/dtmail/dtmail/RunLocalBento | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) 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" -- 2.25.1