Skip to content

Fix two typos in code comments#1075

Open
maxtaran2010 wants to merge 1 commit into
pyinvoke:mainfrom
maxtaran2010:fix-comment-typos
Open

Fix two typos in code comments#1075
maxtaran2010 wants to merge 1 commit into
pyinvoke:mainfrom
maxtaran2010:fix-comment-typos

Conversation

@maxtaran2010

Copy link
Copy Markdown

This fixes two small spelling typos in code comments. No functional changes.

File Line Before After
invoke/config.py 119 dict procotol dict protocol
invoke/runners.py 1402 determine whch of determine which of

Both changes are comment-only; no code behavior is affected.

Copilot AI review requested due to automatic review settings July 8, 2026 08:45

Copilot AI left a comment

Copy link
Copy Markdown

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 two spelling typos in existing code comments, keeping the codebase documentation accurate without altering runtime behavior.

Changes:

  • Fix typo “whch” → “which” in a runner comment describing PTY return code logic.
  • Fix typo “procotol” → “protocol” in a config comment describing dict protocol proxying.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
invoke/runners.py Corrects a spelling typo in a comment near PTY returncode handling.
invoke/config.py Corrects a spelling typo in a comment about dict protocol proxying.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants