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
Summary
There are a few small spelling inconsistencies in the codebase:
gateway/display_config.pyusesoverrideable/OVERRIDEABLE_KEYStools/voice_mode.pyusesinterruptable/interruptabilityWhy this matters
These are minor issues, but they make comments and internal naming less consistent and a bit harder to scan.
Proposed fix
OVERRIDEABLE_KEYStoOVERRIDABLE_KEYSoverridableinterruptable/interruptabilitytointerruptible/interruptibilityintools/voice_mode.pycomments