git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1192 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-01-26 20:30:55 +00:00
parent cc68c2be1b
commit b2676d795b

View File

@@ -97,7 +97,7 @@ pop_init(POP *p,int argcount,char **argmessage)
else if(strcmp(optarg, "otp") == 0)
p->auth_level = AUTH_OTP;
else
warnx ("bac value for -a: %s", optarg);
warnx ("bad value for -a: %s", optarg);
break;
/* Debugging requested */
case 'd':