diff --git a/src/libeis-ping.c b/src/libeis-ping.c index 3163f1c..5007c29 100644 --- a/src/libeis-ping.c +++ b/src/libeis-ping.c @@ -97,7 +97,7 @@ on_pong(struct eis_connection_ping_callback *callback) static void on_destroy(struct eis_connection_ping_callback *callback) { - /* This is only called if we never receisved a pong */ + /* This is only called if we never received a pong */ _unref_(eis_ping) *ping = eis_connection_ping_callback_get_user_data(callback); /* We never got a pong because we got disconnected. Queue a fake pong event */