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

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