From 67069d168515e0de8c1495561b61b8246f6119b9 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Fri, 18 Sep 2015 11:01:54 +0200 Subject: [PATCH] Fixed Typo Fixed Typo --- server/modules/routing/binlog/blr_slave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }