Skip to content

fix: file naming spelling error#507

Open
roberthallers wants to merge 1 commit intoNovage:mainfrom
roberthallers:fix/issue-506
Open

fix: file naming spelling error#507
roberthallers wants to merge 1 commit intoNovage:mainfrom
roberthallers:fix/issue-506

Conversation

@roberthallers
Copy link

Summary

Closes #506

Problem

The file is located at packages/p2p-media-loader-hlsjs/src/segment-mananger.ts.
The filename should be "manager" instead of "mananger". This spelling error occurs in both the filename and the reference.

Changes

This PR addresses the issue by:

  • Identifying the root cause in the relevant code path
  • Applying a targeted fix with minimal scope

Testing

  • Code compiles without errors
  • Changes are scoped to the affected code paths only
  • Reviewed for regressions and side effects

Checklist

  • I have read and followed the contribution guidelines
  • My changes do not introduce new warnings or errors
  • I have commented my code where necessary

Fixes Novage#506

Signed-off-by: roberthallers <roberthallers@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

File naming spelling error

1 participant