Skip to content

Commit 49b1c1d

Browse files
committed
Fix typo in comment
1 parent 8b4edf7 commit 49b1c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Orm/Xtensive.Orm/Orm/Rse/RecordSetReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ private void FinishEnumeration(bool isError, bool isErrorOnServerSide = false)
176176
{
177177
if (isErrorOnServerSide) {
178178
// Possible connection closing because of server-side error, like operation timeout,
179-
// which makes finish of some providers imposible, like ones that work with tempoerary tables and require clean-up.
179+
// which makes finish of some providers imposible, like ones that work with temporary tables and require clean-up.
180180
// Exception may happen but we must prevent overlaping original exception with new one.
181181
if (!enumerated) {
182182
try {

0 commit comments

Comments
 (0)