From be7bf2c76845b5f0ade066f7b4faf11d750296e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 3 Dec 2013 22:36:45 +0000 Subject: [PATCH] Fix a typo --- include/event2/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/event2/event.h b/include/event2/event.h index 986c009c..c71f8c77 100644 --- a/include/event2/event.h +++ b/include/event2/event.h @@ -518,7 +518,7 @@ enum event_base_config_flag { if you have any fds cloned by dup() or its variants. Doing so will produce strange and hard-to-diagnose bugs. - This flag can also be activated by settnig the + This flag can also be activated by setting the EVENT_EPOLL_USE_CHANGELIST environment variable. This flag has no effect if you wind up using a backend other than