Skip to content

Commit 18c726e

Browse files
committed
Fixed typo.
1 parent 2cd9aba commit 18c726e

File tree

1 file changed

+1
-1
lines changed
  • Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version12

1 file changed

+1
-1
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version12/GdsStatement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public override void Execute()
7878
SafeFinishFetching(ref numberOfResponses);
7979
}
8080

81-
// we need to split this in two, to alloow server handle op_cancel properly
81+
// we need to split this in two, to allow server handle op_cancel properly
8282

8383
if (ReturnRecordsAffected &&
8484
(StatementType == DbStatementType.Insert ||

0 commit comments

Comments
 (0)