Skip to content

fix: fix spelling errors in codegen, scripts, and tests#26764

Open
FrankFMY wants to merge 1 commit intooven-sh:mainfrom
FrankFMY:fix-spelling-errors-tests
Open

fix: fix spelling errors in codegen, scripts, and tests#26764
FrankFMY wants to merge 1 commit intooven-sh:mainfrom
FrankFMY:fix-spelling-errors-tests

Conversation

@FrankFMY
Copy link

@FrankFMY FrankFMY commented Feb 5, 2026

Summary

  • Fix seperately -> separately in src/codegen/cppbind.ts
  • Fix compatiblity -> compatibility in scripts/label-issue.ts
  • Fix seperated -> separated in test/js/bun/yaml/yaml-test-suite.test.ts

- cppbind.ts: seperately -> separately
- label-issue.ts: compatiblity -> compatibility
- yaml-test-suite.test.ts: seperated -> separated
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 5, 2026

Walkthrough

Spelling and typo corrections across three files: a label description string, a code comment, and a test comment. No functional or behavioral changes to the codebase.

Changes

Cohort / File(s) Summary
Spelling Corrections
scripts/label-issue.ts, src/codegen/cppbind.ts, test/js/bun/yaml/yaml-test-suite.test.ts
Fixed spelling errors: "compatiblity" → "compatibility" in label description, "seperately" → "separately" in code comment, and "seperator" → "separated" in test comment.
🚥 Pre-merge checks | ✅ 1 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive The description provides a clear summary of changes but lacks the required template sections 'What does this PR do?' and 'How did you verify your code works?'. Use the repository's description template with required sections: 'What does this PR do?' and 'How did you verify your code works?' to provide a more structured and complete description.
✅ Passed checks (1 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: fixing spelling errors across multiple files in codegen, scripts, and tests.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant