fix: correct Unkown→Unknown typo in error message#48
Conversation
Fix ValueError message typo in network header type validation. Issue: user-facing error message displayed when network_header_type is invalid.
There was a problem hiding this comment.
Code Review
This pull request corrects a typo in main.py, changing 'Unkown' to 'Unknown' in a ValueError message. I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Hi! Just a gentle reminder - this PR has mergeable_state=CLEAN and is ready to merge. Would appreciate a review when time permits 🙏 |
|
Hi! This PR fixes a small typo: |
|
Hi, this PR is ready to merge - the Unkown→Unknown typo fix is minimal and clean (1 file, 1 line). Could you please take a look? |
|
Friendly ping! Small typo fix: Unkown → Unknown in the ValueError message at main.py line 168. PR is clean and ready to merge. Thanks for considering! 🙏 |
Fix ValueError message typo in network header type validation (line 168).
The error message shown to users when network_header_type is invalid had a typo: 'Unkown' → 'Unknown'