Skip to content

Commit 2b1c9ba

Browse files
committed
Spelling in comments.
1 parent 528b9a7 commit 2b1c9ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NHibernate/Dialect/Dialect.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ protected void RegisterColumnType(DbType code, int capacity, string name)
265265
}
266266

267267
/// <summary>
268-
/// Suclasses register a typename for the given type code. <c>$l</c> in the
268+
/// Subclasses register a typename for the given type code. <c>$l</c> in the
269269
/// typename will be replaced by the column length (if appropriate).
270270
/// </summary>
271271
/// <param name="code">The typecode</param>

src/NHibernate/ISession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public interface ISession : IDisposable
8181
/// </summary>
8282
/// <remarks>
8383
/// Must be called at the end of a unit of work, before commiting the transaction and closing
84-
/// the session (<c>Transaction.Commit()</c> calls this method). <i>Flushing</i> if the process
84+
/// the session (<c>Transaction.Commit()</c> calls this method). <i>Flushing</i> is the process
8585
/// of synchronising the underlying persistent store with persistable state held in memory.
8686
/// </remarks>
8787
void Flush();

0 commit comments

Comments
 (0)