From c6c71e4650183a6139a8929f1c4b1fd75cff6943 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Mon, 4 May 2026 17:28:28 +0200 Subject: [PATCH] fix comment lol --- packages/core/src/utils/spanUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/utils/spanUtils.ts b/packages/core/src/utils/spanUtils.ts index 248f0d89dfba..88a6bceb6a3e 100644 --- a/packages/core/src/utils/spanUtils.ts +++ b/packages/core/src/utils/spanUtils.ts @@ -328,7 +328,7 @@ export function getStatusMessage(status: SpanStatus | undefined): string | undef } /** - * Convert the various statuses to the simple onces expected by Sentry for steamed spans ('ok' is default). + * Convert the various statuses to the simple ones expected by Sentry for streamed spans ('ok' is default). */ export function getSimpleStatusMessage(status: SpanStatus | undefined): 'ok' | 'error' { return !status ||