summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/mysqldump.c')
-rw-r--r--client/mysqldump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index c8392e2d502..65f7fe87c8e 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -1781,7 +1781,7 @@ static int init_dumping(char *database)
if (opt_databases || opt_alldbs)
{
/*
- length of table name * 2 (if name contain quotas), 2 quotas and 0
+ length of table name * 2 (if name contains quotes), 2 quotes and 0
*/
char quoted_database_buf[64*2+3];
char *qdatabase= quote_name(database,quoted_database_buf,opt_quoted);