Skip to content

Commit 5eeb4d5

Browse files
author
Derek Jones
committed
Spelling correction in error message
1 parent 99077a5 commit 5eeb4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/conn_handler/socket_connection.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ Channel_info* Mysqld_socket_listener::listen_for_connection_event()
924924
#ifdef __APPLE__
925925
if (mysql_socket_getfd(connect_sock) >= FD_SETSIZE)
926926
{
927-
sql_print_warning("File Descriptor %d exceedeed FD_SETSIZE=%d",
927+
sql_print_warning("File Descriptor %d exceeded FD_SETSIZE=%d",
928928
mysql_socket_getfd(connect_sock), FD_SETSIZE);
929929
connection_errors_internal++;
930930
(void) mysql_socket_close(connect_sock);

0 commit comments

Comments
 (0)