diff --git a/src/api/manager/teardown.ts b/src/api/manager/teardown.ts index cce262f6..c4ab2d86 100644 --- a/src/api/manager/teardown.ts +++ b/src/api/manager/teardown.ts @@ -283,7 +283,7 @@ export async function teardown( }); for (const ingest of ingests) { - // CHeck if all ingest streams have been stopped + // Check if all ingest streams have been stopped if (ingest.streams?.length) throw `Failed to stop ingest streams for ingest ${ingest.name}`; // Check if all SRT sources have been deleted