Skip to content

Commit 737d2a0

Browse files
derror.cc:
Typo fix: redundant "in"
1 parent a5cc38f commit 737d2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/derror.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static void read_texts(const char *file_name,const char ***point,
6969

7070
if (!head[30])
7171
{
72-
sql_print_error("Character set information in not found in '%s'. \
72+
sql_print_error("Character set information not found in '%s'. \
7373
Please install the latest version of this file.",name);
7474
goto err1;
7575
}

0 commit comments

Comments
 (0)