Skip to content

Commit 8655c11

Browse files
authored
Fix typo
1 parent 5f75087 commit 8655c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Storages/StorageMerge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ QueryTreeNodePtr replaceTableExpressionAndRemoveJoin(
786786
projection.clear();
787787
NamesAndTypes projection_columns;
788788

789-
// Select only required columns from the table, because prjection list may contain:
789+
// Select only required columns from the table, because projection list may contain:
790790
// 1. aggregate functions
791791
// 2. expressions referencing other tables of JOIN
792792
for (auto const & column_name : required_column_names)

0 commit comments

Comments
 (0)