diff options
author | unknown <paul@kite-hub.kitebird.com> | 2004-10-02 20:16:14 -0500 |
---|---|---|
committer | unknown <paul@kite-hub.kitebird.com> | 2004-10-02 20:16:14 -0500 |
commit | 4defd5d5447336bd4521c611e8551e37f944b4b4 (patch) | |
tree | e41502df5c2093b6633cbf95976905605332c0a5 /client | |
parent | 52d5c01d8742960c23bc06be6b046da6e9951694 (diff) | |
download | mariadb-git-4defd5d5447336bd4521c611e8551e37f944b4b4.tar.gz |
mysqldump.c:
typos in comment.
client/mysqldump.c:
typos in comment.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqldump.c | 2 |
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); |