Skip to content

Commit 49ee027

Browse files
Fix typos.
1 parent b39c5c0 commit 49ee027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate/Linq/NhLinqExpression.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public IASTNode Translate(ISessionFactoryImplementor sessionFactory, bool filter
7070
{
7171
if (ExpressionToHqlTranslationResults != null)
7272
{
73-
// Query has already been translated. Arguments do not really matters, because queries are anyway tied
74-
// to a single session factory and cannot switch from being a filter query (query on mapped collection)
73+
// Query has already been translated. Arguments do not really matter, because queries are anyway tied
74+
// to a single session factory and cannot switch from being a filter query (query on a mapped collection)
7575
// or not.
7676
return ExpressionToHqlTranslationResults.Statement.AstNode;
7777
}

0 commit comments

Comments
 (0)