Small spelling fixes
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user