Skip to content

Commit b964f21

Browse files
committed
Formatting.
1 parent 9d04ef5 commit b964f21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbConnectionInternal.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,9 @@ public void ReleasePreparedCommands()
387387
}
388388
catch (IOException)
389389
{
390-
// If an IO error occurs weh trying to release the command
391-
// avoid it. ( It maybe the connection to the server was down
392-
// for unknown reasons. )
390+
// If an IO error occurs when trying to release the command
391+
// avoid it. (It maybe the connection to the server was down
392+
// for unknown reasons.)
393393
}
394394
catch (IscException ex)
395395
{

0 commit comments

Comments
 (0)