Skip to content

fix(essentials): 🐛 corrected override redirection typo#807

Merged
caunt merged 1 commit intomainfrom
codex/fix-typos-in-repository
Feb 18, 2026
Merged

fix(essentials): 🐛 corrected override redirection typo#807
caunt merged 1 commit intomainfrom
codex/fix-typos-in-repository

Conversation

@caunt
Copy link
Owner

@caunt caunt commented Feb 18, 2026

Motivation

  • Correct a misspelling in operator-facing diagnostic strings in OverridesService to improve log and exception clarity.

Description

  • Replaced two occurrences of "overriden" with "overridden" in src/Plugins/Essentials/Redirection/OverridesService.cs (the exception message and the trace log).

Testing

  • Ran dotnet build, which succeeded; ran dotnet test, which executed 93 tests with 79 passed, 10 skipped, and 4 failed (failures are existing NBT-related tests unrelated to this typo-only change).

Codex Task

Corrected misspelled 'overriden' text in override redirection exception and trace log messages.

Observable behavior change: operators now see correctly spelled 'overridden' in diagnostics.
Copilot AI review requested due to automatic review settings February 18, 2026 01:03
@caunt caunt merged commit 34350b9 into main Feb 18, 2026
19 checks passed
@caunt caunt deleted the codex/fix-typos-in-repository branch February 18, 2026 01:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request corrects a spelling error in operator-facing diagnostic strings within the OverridesService class, changing "overriden" to the correct spelling "overridden" in both an exception message and a trace log message.

Changes:

  • Fixed typo: "overriden" → "overridden" in two diagnostic strings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants