summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2007-08-06 10:39:48 +0200
committerunknown <msvensson@shellback.(none)>2007-08-06 10:39:48 +0200
commit135b586378d50124815cfd71e097ad1782117ae0 (patch)
treea5ae62cce929e64c0fbf7a74d5476dcfc5213083 /client
parentb75ff08194608a953c2188c7bf1e5e68d9a6815f (diff)
downloadmariadb-git-135b586378d50124815cfd71e097ad1782117ae0.tar.gz
Fix spelling errors
Diffstat (limited to 'client')
-rw-r--r--client/mysqltest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 337a31ad7af..0b1565af16d 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -499,11 +499,11 @@ void handle_no_error(struct st_command*);
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.
This implementation doesn't handle errors returned
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)
{