Skip to content

Commit

Permalink
evapi: small spelling fix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Jan 11, 2022
1 parent adba3ca commit 6ba9249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/evapi/evapi_dispatch.c
Expand Up @@ -578,7 +578,7 @@ void evapi_accept_client(struct ev_loop *loop, struct ev_io *watcher, int revent
return;
}

/* start watcher to read messages from whatchers */
/* start watcher to read messages from watchers */
ev_io_init(evapi_client, evapi_recv_client, csock, EV_READ);
ev_io_start(loop, evapi_client);
}
Expand Down

0 comments on commit 6ba9249

Please sign in to comment.