Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Apr 9, 2011
1 parent 2ab948d commit f022e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebirdsql/fbcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ def trace_stop(self, id, file=None):

def trace_suspend(self, id, file=None):
id = int(id)
spb = bs([isc_action_svc_trace_suspned])
spb = bs([isc_action_svc_trace_suspend])
spb += bs([isc_spb_trc_id]) + int_to_bytes(id, 4)
self._op_service_start(spb)
(h, oid, buf) = self._op_response()
Expand Down

0 comments on commit f022e1e

Please sign in to comment.