Skip to content

Commit e66d141

Browse files
committed
Name fix.
1 parent da206eb commit e66d141

File tree

1 file changed

+3
-3
lines changed
  • Provider/src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@ protected void SendInfoSqlToBuffer(byte[] items, int bufferLength)
416416
_database.Xdr.Write(bufferLength);
417417
}
418418

419-
protected byte[] ProcessInfoSqlResponse(GenericResponse respose)
419+
protected byte[] ProcessInfoSqlResponse(GenericResponse response)
420420
{
421-
Debug.Assert(respose.Data != null && respose.Data.Length > 0);
422-
return respose.Data;
421+
Debug.Assert(response.Data != null && response.Data.Length > 0);
422+
return response.Data;
423423
}
424424
#endregion
425425

0 commit comments

Comments
 (0)