Skip to content

Commit

Permalink
Fixed minor spelling mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
pastcompute committed Feb 28, 2015
1 parent 6ff6bf8 commit fbcabb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/oqgraph/ha_oqgraph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ int ha_oqgraph::oqgraph_check_table_structure (TABLE *table_arg)
}

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);
}

Expand Down

0 comments on commit fbcabb2

Please sign in to comment.