From 315f964abdac8347d4d5d18b478b9c91ad874747 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Wed, 26 Jun 2013 11:20:25 +0200 Subject: [PATCH] correct typo --- src/bsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bsd.c b/src/bsd.c index 205222c..bebd001 100644 --- a/src/bsd.c +++ b/src/bsd.c @@ -153,8 +153,8 @@ kore_platform_event_wait(int quit) if (c == NULL) continue; - kore_plaform_event_schedule(c->fd, EVFILT_READ, - EV_ADD, c); + kore_platform_event_schedule(c->fd, + EVFILT_READ, EV_ADD, c); kore_platform_event_schedule(c->fd, EVFILT_WRITE, EV_ADD | EV_ONESHOT, c); }