mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
Libraries: Fix typos
This commit is contained in:
parent
9ec9886b04
commit
de72332920
9 changed files with 10 additions and 10 deletions
|
@ -229,7 +229,7 @@ ssize_t TLSv12::handle_server_key_exchange(ReadonlyBytes buffer)
|
|||
TODO();
|
||||
break;
|
||||
default:
|
||||
dbgln("Unknonwn server key exchange algorithm");
|
||||
dbgln("Unknown server key exchange algorithm");
|
||||
VERIFY_NOT_REACHED();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue