Skip to content

Commit 1ce939e

Browse files
chore: Fix typo in SentryTracer (#3413)
1 parent bb5dc7d commit 1ce939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Sentry/SentryTracer.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ - (void)deadlineTimerFired
277277

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

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

0 commit comments

Comments
 (0)