summaryrefslogtreecommitdiff
path: root/sql/protocol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/protocol.cc')
-rw-r--r--sql/protocol.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/protocol.cc b/sql/protocol.cc
index 81444500421..a05f4c6079b 100644
--- a/sql/protocol.cc
+++ b/sql/protocol.cc
@@ -326,7 +326,7 @@ send_ok(THD *thd, ha_rows affected_rows, ulonglong id, const char *message)
/* We can't anymore send an error to the client */
thd->net.report_error= 0;
thd->net.no_send_error= 1;
- DBUG_PRINT("info", ("OK sent, so no more error sendong allowed"));
+ DBUG_PRINT("info", ("OK sent, so no more error sending allowed"));
DBUG_VOID_RETURN;
}
@@ -388,7 +388,7 @@ send_eof(THD *thd, bool no_flush)
VOID(net_flush(net));
}
thd->net.no_send_error= 1;
- DBUG_PRINT("info", ("EOF sent, so no more error sendong allowed"));
+ DBUG_PRINT("info", ("EOF sent, so no more error sending allowed"));
}
DBUG_VOID_RETURN;
}