Fix spelling errors

parent 5fdd29e3
...@@ -499,11 +499,11 @@ void handle_no_error(struct st_command*); ...@@ -499,11 +499,11 @@ void handle_no_error(struct st_command*);
pthread_attr_t cn_thd_attrib; pthread_attr_t cn_thd_attrib;
/* /*
send_one_query executes query in separate thread what is send_one_query executes query in separate thread, which is
necessary in embedded library to run 'send' in proper way. necessary in embedded library to run 'send' in proper way.
This implementation doesn't handle errors returned This implementation doesn't handle errors returned
by mysql_send_query. It's technically possible, though by mysql_send_query. It's technically possible, though
i don't see where it is needed. I don't see where it is needed.
*/ */
pthread_handler_t send_one_query(void *arg) pthread_handler_t send_one_query(void *arg)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment