/*
- * 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.
*/
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.
*/
sign = -1;
/* skip over sign... */
(void) c++;
- /* skip over shitespace... */
+ /* skip over whitespace... */
while (*c && strchr(" \t", *c))
c++;
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:
-#!/bin/csh -f
+#!/bin/sh -f
#
# A script that aids in debugging and testing dtmail
-#
+
if [ `uname -s` != SunOS ]
then
echo "Only support SunOS"