Skip to content

Commit c514bb9

Browse files
Fix another comment typo
1 parent e86ed5e commit c514bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Collection/Generic/PersistentGenericSet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public bool Contains(T item)
316316

317317
public bool Add(T o)
318318
{
319-
// Skip checking the element existance in the database if we know that the element
319+
// Skip checking the element existence in the database if we know that the element
320320
// is transient and the operation queue is enabled
321321
if (WasInitialized || !IsOperationQueueEnabled || !IsTransient(o))
322322
{

0 commit comments

Comments
 (0)