1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Small spelling fixes

This commit is contained in:
chase 2018-04-23 22:41:14 -07:00 committed by Jon Trulson
parent 00fc1c54c1
commit 0aa8780fa1
5 changed files with 6 additions and 6 deletions

View 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.
*/

View 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.
*/

View 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++;

View 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:

View 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"