Skip to content

Commit 49bebc4

Browse files
author
Sergey Koshcheyev
committed
Fix spelling in error message
SVN: trunk@2632
1 parent 992461b commit 49bebc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Impl/MultiQueryImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public MultiQueryImpl(ISessionImplementor session)
4343
if (dialect.SupportsMultipleQueries == false)
4444
{
4545
throw new NotSupportedException(
46-
string.Format("The dialect {0} does not support mutliply queries.", dialect.GetType().FullName));
46+
string.Format("The dialect {0} does not support multiple queries.", dialect.GetType().FullName));
4747
}
4848
this.session = session;
4949
}

0 commit comments

Comments
 (0)