summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-10-11 21:53:43 +0200
committerunknown <msvensson@shellback.(none)>2006-10-11 21:53:43 +0200
commitd6d469237270047422f78224a549d5956a62652c (patch)
treee4358d173e2ff746558e5491fb38284af495b639 /client
parent6c0ad741276d36711f02de6510257f19053ac4b5 (diff)
downloadmariadb-git-d6d469237270047422f78224a549d5956a62652c.tar.gz
Fixes for embedded server test
client/mysqltest.c: Fix typo
Diffstat (limited to 'client')
-rw-r--r--client/mysqltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 0a9549acc47..b671147e1d7 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -1433,7 +1433,7 @@ void do_source(struct st_command *command)
#ifdef __WIN__
-/* Variables used for temuprary sh files used for emulating Unix on Windows */
+/* Variables used for temporary sh files used for emulating Unix on Windows */
char tmp_sh_name[64], tmp_sh_cmd[70];
void init_tmp_sh_file()