Skip to content

Commit a6c78c3

Browse files
committed
OutputParamReturningDelegate.cs: Spelling in comment.
1 parent 17852b9 commit a6c78c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/NHibernate/Id/Insert/OutputParamReturningDelegate.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ namespace NHibernate.Id.Insert
99
{
1010
/// <summary>
1111
/// <see cref="IInsertGeneratedIdentifierDelegate"/> implementation where the
12-
/// underlying strategy causes the generated identitifer to be returned, as an
12+
/// underlying strategy causes the generated identifier to be returned, as an
1313
/// effect of performing the insert statement, in a Output parameter.
14-
/// Thus, there is no need for an additional sql statement to determine the generated identitifer.
14+
/// Thus, there is no need for an additional sql statement to determine the generated identifier.
1515
/// </summary>
1616
public class OutputParamReturningDelegate : AbstractReturningDelegate
1717
{
@@ -67,4 +67,4 @@ public override object ExecuteAndExtract(IDbCommand insert, ISessionImplementor
6767

6868
#endregion
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)