From c6e2c172b27083193c236726b229004a015ef5ed Mon Sep 17 00:00:00 2001 From: RoboSchmied Date: Sat, 30 Mar 2024 17:33:37 +0100 Subject: [PATCH] Fix: 1 typo Signed-off-by: RoboSchmied --- sipsorcery/src/net/HEP/HepPacket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sipsorcery/src/net/HEP/HepPacket.cs b/sipsorcery/src/net/HEP/HepPacket.cs index a51023a1..ad60e50e 100644 --- a/sipsorcery/src/net/HEP/HepPacket.cs +++ b/sipsorcery/src/net/HEP/HepPacket.cs @@ -75,7 +75,7 @@ public class HepChunk /// /// Creates the initial buffer for the HEP packet and sets the vendor, chunk type ID and length fields. - /// Note: Vendor ID could change and make endianess relevant. + /// Note: Vendor ID could change and make endianness relevant. /// /// The chunk type to set in the serialised chunk. /// The value to set in the length field of the serialised chunk.