Fix typo: rename wago8chDioTestMachineMessageHndler → wago8chDioTestMachineMessageHandler#1352
Merged
Merged
Conversation
…compat Agent-Logs-Url: https://github.com/qitechgmbh/control/sessions/ffcb2474-ebc8-4d95-b744-87afaead3579 Co-authored-by: TheBest6337 <80114847+TheBest6337@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix spelling of 'Hndler' to 'Handler' in function name
Fix typo: rename May 5, 2026
wago8chDioTestMachineMessageHndler → wago8chDioTestMachineMessageHandler
Member
|
@copilot check the electron frontend and backend and change the code so that the deprecation alias isnt needed / can be removed |
… needed Agent-Logs-Url: https://github.com/qitechgmbh/control/sessions/8590a74c-ffd1-4d52-9736-aa3503835177 Co-authored-by: TheBest6337 <80114847+TheBest6337@users.noreply.github.com>
Contributor
Author
Searched the entire codebase — no other file imports or uses the old misspelled name. The deprecation alias has been removed in commit |
ninelore
approved these changes
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corrects a misspelling in the exported function name (
Hndler→Handler) in the Wago 8-channel DIO test machine namespace.Changes
wago8chDioTestMachineMessageHndler→wago8chDioTestMachineMessageHandlercreateEventHandlerreference to use the corrected nameNo other file in the codebase referenced the old misspelled name, so no backward-compatibility alias is needed.
Original prompt