MINOR Fixed spelling error

This commit is contained in:
Sean Harvey 2012-05-29 20:10:34 +12:00
parent f43273f217
commit 909c5bd3b1

View File

@ -319,7 +319,7 @@ class DataList extends ViewableData implements SS_List, SS_Filterable, SS_Sortab
} elseif($numberFuncArgs == 2) {
$whereArguments[func_get_arg(0)] = func_get_arg(1);
} else {
throw new InvalidArgumentException('Incorrect number of arguments pased to exclude()');
throw new InvalidArgumentException('Incorrect number of arguments passed to exclude()');
}
$SQL_Statements = array();