We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5dc7d commit 1ce939eCopy full SHA for 1ce939e
Sources/Sentry/SentryTracer.m
@@ -277,7 +277,7 @@ - (void)deadlineTimerFired
277
278
- (void)cancelDeadlineTimer
279
{
280
- // 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.
281
__weak SentryTracer *weakSelf = self;
282
283
// The timer must be invalidated from the thread on which the timer was installed, see
0 commit comments