typo fixes (argument)

This commit is contained in:
Veres Lajos 2013-04-22 14:05:24 +01:00 committed by Stanislav Malyshev
parent ed2e84e239
commit 04145dc2aa
54 changed files with 56 additions and 56 deletions

View file

@ -93544,7 +93544,7 @@ static u8 minMaxQuery(Select *p){
/*
** The select statement passed as the first argument is an aggregate query.
** The second argment is the associated aggregate-info object. This
** The second argument is the associated aggregate-info object. This
** function tests if the SELECT is of the form:
**
** SELECT count(*) FROM <tbl>