Commit 4defd5d5 authored by unknown's avatar unknown
Browse files

mysqldump.c:

  typos in comment.


client/mysqldump.c:
  typos in comment.
parent 52d5c01d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);