1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:07:35 +00:00

Libraries: Fix typos

This commit is contained in:
Nico Weber 2021-09-30 20:03:41 -04:00 committed by Linus Groh
parent 9ec9886b04
commit de72332920
9 changed files with 10 additions and 10 deletions

View file

@ -368,7 +368,7 @@ ByteBuffer TLSv12::build_client_key_exchange()
TODO();
break;
default:
dbgln("Unknonwn client key exchange algorithm");
dbgln("Unknown client key exchange algorithm");
VERIFY_NOT_REACHED();
break;
}