summaryrefslogtreecommitdiff
path: root/test/test-changelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-changelist.c')
-rw-r--r--test/test-changelist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-changelist.c b/test/test-changelist.c
index 6e2466d5..fd1a17f5 100644
--- a/test/test-changelist.c
+++ b/test/test-changelist.c
@@ -182,11 +182,11 @@ main(int argc, char **argv)
if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1)
return (1);
- /* Initalize the event library */
+ /* Initialize the event library */
if (!(base = event_base_new()))
return (1);
- /* Initalize a timeout to terminate the test */
+ /* Initialize a timeout to terminate the test */
timeout = evtimer_new(base,timeout_cb,&timeout);
/* and watch for writability on one end of the pipe */
ev = event_new(base,pair[1],EV_WRITE | EV_PERSIST, write_cb, &ev);