diff --git a/server/modules/routing/binlog/blr_slave.c b/server/modules/routing/binlog/blr_slave.c index 85551a740..e22bc85f2 100644 --- a/server/modules/routing/binlog/blr_slave.c +++ b/server/modules/routing/binlog/blr_slave.c @@ -1639,7 +1639,7 @@ int slen; slave->state = BLRS_REGISTERED; /* - * Send OK responset + * Send OK response */ return blr_slave_send_ok(router, slave); }