Commit 1de12691 authored by unknown's avatar unknown

Fixed a typo.

parent 085aa5c9
...@@ -532,8 +532,9 @@ bool Item_field::collect_item_field_processor(byte *arg) ...@@ -532,8 +532,9 @@ bool Item_field::collect_item_field_processor(byte *arg)
RETURN RETURN
TRUE if 'this' references the field 'arg' TRUE if 'this' references the field 'arg'
FALE otherwise FALSE otherwise
*/ */
bool Item_field::find_item_in_field_list_processor(byte *arg) bool Item_field::find_item_in_field_list_processor(byte *arg)
{ {
KEY_PART_INFO *first_non_group_part= *((KEY_PART_INFO **) arg); KEY_PART_INFO *first_non_group_part= *((KEY_PART_INFO **) arg);
......
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