Skip to content

Commit c659a48

Browse files
authored
fix(typos): aggregation_executor.h routine descriptions (#510)
1 parent e0c1095 commit c659a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/execution/executors/aggregation_executor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class SimpleAggregationHashTable {
4242
const std::vector<AggregationType> &agg_types)
4343
: agg_exprs_{agg_exprs}, agg_types_{agg_types} {}
4444

45-
/** @return The initial aggregrate value for this aggregation executor */
45+
/** @return The initial aggregate value for this aggregation executor */
4646
auto GenerateInitialAggregateValue() -> AggregateValue {
4747
std::vector<Value> values{};
4848
for (const auto &agg_type : agg_types_) {

0 commit comments

Comments
 (0)