summaryrefslogtreecommitdiff
path: root/ChangeLog-2.0
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-2.0
parent0b468bb07e3476d06907ca6c8e5c24bbb05e31a4 (diff)
downloadlibevent-91dad75f7d04c2bef05bdd1dca7c29340ce33900.tar.gz
Fix typos: warnigns -> warnings
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
Diffstat (limited to 'ChangeLog-2.0')
-rw-r--r--ChangeLog-2.02
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog-2.0 b/ChangeLog-2.0
index a925d33b..16f36008 100644
--- a/ChangeLog-2.0
+++ b/ChangeLog-2.0
@@ -1143,7 +1143,7 @@ Changes in 2.0.1-alpha (17 Apr 2009):
o Check return value of event_add in signal.c
o Add a more powerful evbuffer_readln as a replacement for evbuffer_readline. The new function handles more newline styles, and is more useful with buffers that may contain a nul characters.
o Do not mangle socket handles on 64-bit windows.
- 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 move EV_PERSIST handling out of the event backends
o small improvements to evhttp documentation
o always generate Date and Content-Length headers for HTTP/1.1 replies