Commit fbcabb24 authored by Andrew McDonnell's avatar Andrew McDonnell

Fixed minor spelling mistake.

parent 6ff6bf8a
...@@ -325,7 +325,7 @@ int ha_oqgraph::oqgraph_check_table_structure (TABLE *table_arg) ...@@ -325,7 +325,7 @@ int ha_oqgraph::oqgraph_check_table_structure (TABLE *table_arg)
} }
if (!table_arg->key_info || !table_arg->s->keys) { if (!table_arg->key_info || !table_arg->s->keys) {
push_warning_printf( current_thd, Sql_condition::WARN_LEVEL_WARN, HA_WRONG_CREATE_OPTION, "No vaild key specification."); push_warning_printf( current_thd, Sql_condition::WARN_LEVEL_WARN, HA_WRONG_CREATE_OPTION, "No valid key specification.");
DBUG_RETURN(-1); DBUG_RETURN(-1);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment