Skip to content

Commit

Permalink
chore: Fix typo in SentryTracer (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Nov 15, 2023
1 parent bb5dc7d commit 1ce939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sentry/SentryTracer.m
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ - (void)deadlineTimerFired

- (void)cancelDeadlineTimer
{
// If the main thread is busy the tracer could be dealloc ated in between.
// If the main thread is busy the tracer could be deallocated in between.
__weak SentryTracer *weakSelf = self;

// The timer must be invalidated from the thread on which the timer was installed, see
Expand Down

0 comments on commit 1ce939e

Please sign in to comment.