1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed typo in error message from sql_yacc.yy

This commit is contained in:
monty@tramp.mysql.fi
2002-05-14 17:24:07 +03:00
parent 31091c3b8b
commit c8cb3848ef

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;