mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Fix spelling.
Pointed out by: Pawel Worach <pawel.worach - at - gmail.com>, b. f. <bf1783 - at - googlemail.com>
This commit is contained in:
parent
527e4e95f0
commit
ef9d5b89f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue