summaryrefslogtreecommitdiff
path: root/ChangeLog-1.4
diff options
context:
space:
mode:
authorEnji Cooper <yaneurabeya@gmail.com>2019-02-28 17:47:51 -0800
committerEnji Cooper <yaneurabeya@gmail.com>2019-02-28 17:48:10 -0800
commit91dad75f7d04c2bef05bdd1dca7c29340ce33900 (patch)
tree5d3f32d2444715f67a5c5774a9eae2853a5beefb /ChangeLog-1.4
parent0b468bb07e3476d06907ca6c8e5c24bbb05e31a4 (diff)
downloadlibevent-91dad75f7d04c2bef05bdd1dca7c29340ce33900.tar.gz
Fix typos: warnigns -> warnings
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
Diffstat (limited to 'ChangeLog-1.4')
-rw-r--r--ChangeLog-1.42
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog-1.4 b/ChangeLog-1.4
index 166d3087..d7f6517b 100644
--- a/ChangeLog-1.4
+++ b/ChangeLog-1.4
@@ -175,7 +175,7 @@ Changes in 1.4.1-beta:
o support for 32-bit tag numbers in rpc structures; this is wire compatible, but changes the API slightly.
o prefix {encode,decode}_tag functions with evtag to avoid collisions
o Correctly handle DNS replies with no answers set (Fixes bug 1846282)
- o The configure script now takes an --enable-gcc-warnigns option that turns on many optional gcc warnings. (Nick has been building with these for a while, but they might be useful to other developers.)
+ o The configure script now takes an --enable-gcc-warnings option that turns on many optional gcc warnings. (Nick has been building with these for a while, but they might be useful to other developers.)
o When building with GCC, use the "format" attribute to verify type correctness of calls to printf-like functions.
o removed linger from http server socket; reported by Ilya Martynov
o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.