Skip to content

Fix spelling inconsistencies in display config and voice mode #9335

@luojiyin1987

Description

@luojiyin1987

Summary

There are a few small spelling inconsistencies in the codebase:

  • gateway/display_config.py uses overrideable / OVERRIDEABLE_KEYS
  • tools/voice_mode.py uses interruptable / interruptability

Why this matters

These are minor issues, but they make comments and internal naming less consistent and a bit harder to scan.

Proposed fix

  • Rename OVERRIDEABLE_KEYS to OVERRIDABLE_KEYS
  • Update nearby comments to use overridable
  • Update interruptable / interruptability to interruptible / interruptibility in tools/voice_mode.py comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low — cosmetic, nice to havecomp/gatewayGateway runner, session dispatch, deliverytype/docsDocumentation improvements

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions