- Fix spelling.

Pointed out by:	Pawel Worach <pawel.worach - at - gmail.com>, b. f. <bf1783 - at - googlemail.com>
This commit is contained in:
Ulf Lilleengen 2010-03-03 21:22:53 +00:00
parent 527e4e95f0
commit ef9d5b89f9

View file

@ -147,7 +147,7 @@ auth_domd5auth(struct config *config)
lprintf(-1, "Server failed to authenticate itself to client\n");
return (STATUS_FAILURE);
}
lprintf(2, "MD5 authentication successfull\n");
lprintf(2, "MD5 authentication successful\n");
return (STATUS_SUCCESS);
}
if (strcmp(cmd, "!") == 0) {