diff --git a/Sources/Sentry/SentryTracer.m b/Sources/Sentry/SentryTracer.m index 5fd8b6d0274..04f21900122 100644 --- a/Sources/Sentry/SentryTracer.m +++ b/Sources/Sentry/SentryTracer.m @@ -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