Skip to content

Fix typos discovered by codespell #1068

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Mar 30, 2025

Description:
Describe your changes.

https://pypi.org/project/codespell

codespell --skip="./dist/cache-save/*" --write-changes \
    --ignore-words-list=aas,abd,addin,afterall,caf,calender,compre,coreutil,fo,fpr,iif,nam,nervana,ontext,ser,sycle,trys,vor

Please do an extra review on the proposed code change on lines 19176 and 19180.
These proposed changes might fix a bug where the correct spelling on line 19178 differs from these two typos.

-     var callback = function (error, responce) {
+     var callback = function (error, response) {
        request.removeListener('error', callback);
        request.removeListener('response', onResponse);

-       return cb.call(this, error, responce);
+       return cb.call(this, error, response);
      };

Related issue:
Add link to the related issue.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@cclauss cclauss requested a review from a team as a code owner March 30, 2025 06:45
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.

1 participant