Skip to content

Commit 59284c3

Browse files
committed
Fix spelling typo
1 parent 88b4c9b commit 59284c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Linq/GroupBy/PagingRewriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void ReWrite(QueryModel queryModel)
2828

2929
private static void FlattenSubQuery(SubQueryExpression subQueryExpression, QueryModel queryModel)
3030
{
31-
// we can not flattern subquery if outer query has body clauses.
31+
// we can not flatten subquery if outer query has body clauses.
3232
var subQueryModel = subQueryExpression.QueryModel;
3333
var subQueryMainFromClause = subQueryModel.MainFromClause;
3434
if (queryModel.BodyClauses.Count == 0)

0 commit comments

Comments
 (0)