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:
parent
00fc1c54c1
commit
0aa8780fa1
5 changed files with 6 additions and 6 deletions
|
@ -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
|
* dialogs. For internationalization, message catalogs should
|
||||||
* replace these static declarations.
|
* replace these static declarations.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -192,7 +192,7 @@ extern unsigned char SMALL_STATE_ICON_BITS[];
|
||||||
extern unsigned char SMALL_STATE_ICON_MASK[];
|
extern unsigned char SMALL_STATE_ICON_MASK[];
|
||||||
extern unsigned char SMALL_INVALID_ICON_BITS[];
|
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
|
* dialogs. For internationalization, message catalogs should
|
||||||
* replace these static declarations.
|
* replace these static declarations.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -417,7 +417,7 @@ parseCoord(char **str, char *val, signed char *offset)
|
||||||
sign = -1;
|
sign = -1;
|
||||||
/* skip over sign... */
|
/* skip over sign... */
|
||||||
(void) c++;
|
(void) c++;
|
||||||
/* skip over shitespace... */
|
/* skip over whitespace... */
|
||||||
while (*c && strchr(" \t", *c))
|
while (*c && strchr(" \t", *c))
|
||||||
c++;
|
c++;
|
||||||
|
|
||||||
|
|
|
@ -2250,7 +2250,7 @@ Authenticate( struct display *d, char *name, char *passwd, char **msg )
|
||||||
return(VF_PASSWD_AGED);
|
return(VF_PASSWD_AGED);
|
||||||
|
|
||||||
/* These 3 cases should allow user to select a new password */
|
/* 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. */
|
/* only displays the warning. */
|
||||||
|
|
||||||
case MANDATORY:
|
case MANDATORY:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/csh -f
|
#!/bin/sh -f
|
||||||
#
|
#
|
||||||
# A script that aids in debugging and testing dtmail
|
# A script that aids in debugging and testing dtmail
|
||||||
#
|
|
||||||
if [ `uname -s` != SunOS ]
|
if [ `uname -s` != SunOS ]
|
||||||
then
|
then
|
||||||
echo "Only support SunOS"
|
echo "Only support SunOS"
|
||||||
|
|
Loading…
Reference in a new issue