Skip to content

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

1 participant