Fixed typo in error message from sql_yacc.yy

sql/sql_yacc.yy:
  Fixed typo
This commit is contained in:
unknown 2002-05-14 17:24:07 +03:00
parent e9827c505b
commit cf011ce6f7

View File

@ -3514,7 +3514,7 @@ require_list_element: SUBJECT_SYM TEXT_STRING
LEX *lex=Lex;
if (lex->ssl_cipher)
{
net_printf(&lex->thd->net,ER_DUP_ARGUMENT, "CHIPER");
net_printf(&lex->thd->net,ER_DUP_ARGUMENT, "CIPHER");
YYABORT;
}
lex->ssl_cipher=$2.str;