From f9267170a3ee403e8f4e6a9c36004093cde7dc91 Mon Sep 17 00:00:00 2001
From: Steffen Vogel <post@steffenvogel.de>
Date: Tue, 9 Feb 2016 07:19:15 +0100
Subject: [PATCH] fixed LWS_PRE description

---
 changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 58110108..5f9e51d8 100644
--- a/changelog
+++ b/changelog
@@ -249,7 +249,7 @@ anyway.
 5) Pings and close used to be limited to 124 bytes, the correct limit is 125
 so that is now also allowed.
 
-6) LWS_PRE is provided as a synonym for LWS_SEND_BUFFER_POST_PADDING, either is
+6) LWS_PRE is provided as a synonym for LWS_SEND_BUFFER_PRE_PADDING, either is
 valid to use now.
 
 7) There's generic support for RFC7462 style extension options built into the
-- 
GitLab