diff --git a/datafusion/expr-common/src/type_coercion/aggregates.rs b/datafusion/expr-common/src/type_coercion/aggregates.rs index 6ce866f50ceb..2add9e7c1867 100644 --- a/datafusion/expr-common/src/type_coercion/aggregates.rs +++ b/datafusion/expr-common/src/type_coercion/aggregates.rs @@ -132,7 +132,7 @@ pub fn check_arg_count( | TypeSignature::Numeric(_) | TypeSignature::Coercible(_) => { // User-defined signature is validated in `coerce_types` - // Numreic and Coercible signature is validated in `get_valid_types` + // Numeric and Coercible signature is validated in `get_valid_types` } _ => { return internal_err!(