summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTLS/Record.cpp
diff options
context:
space:
mode:
authormjz19910 <matthias291999@gmail.com>2022-01-06 07:07:15 -0700
committerLinus Groh <mail@linusgroh.de>2022-01-07 10:56:59 +0100
commit3102d8e160bd61181dce395b425aea99e8381632 (patch)
treea71464b934ddd5a302c292bac45767e18a9bc217 /Userland/Libraries/LibTLS/Record.cpp
parent6bf91d00eff87b8904239db5126165485741d731 (diff)
downloadserenity-3102d8e160bd61181dce395b425aea99e8381632.zip
Everywhere: Fix many spelling errors
Diffstat (limited to 'Userland/Libraries/LibTLS/Record.cpp')
-rw-r--r--Userland/Libraries/LibTLS/Record.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibTLS/Record.cpp b/Userland/Libraries/LibTLS/Record.cpp
index b38ad69945..1bce5a0f12 100644
--- a/Userland/Libraries/LibTLS/Record.cpp
+++ b/Userland/Libraries/LibTLS/Record.cpp
@@ -187,7 +187,7 @@ void TLSv12::update_packet(ByteBuffer& packet)
// copy the header over
ct.overwrite(0, packet.data(), header_size - 2);
- // get the appropricate HMAC value for the entire packet
+ // get the appropriate HMAC value for the entire packet
auto mac = hmac_message(packet, {}, mac_size, true);
// write the MAC