Skip to content

Commit 85abac9

Browse files
committed
Mistake in comment fixed
1 parent 940741b commit 85abac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm/Orm/Configuration/DomainTypeRegistry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public IEnumerable<Type> ConnectionHandlers
9292
}
9393
return connectionHandlers;
9494
}
95-
// if instacne is not locked then there is a chance of new handlers appeared
95+
// if instance is not locked then there is a chance of new handlers appeared
9696
return this.Where(IsConnectionHandler);
9797
}
9898
}

0 commit comments

Comments
 (0)