Skip to content
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

Fix typos found by codespell #1474

Merged
merged 1 commit into from Mar 28, 2024

Conversation

DimitriPapadopoulos
Copy link
Contributor

No description provided.

@@ -1908,9 +1908,9 @@ def __ne__(self, other):
# required Python 2.7.14
return not self == other

def may_interfer(self, dsts, src):
def may_interfere(self, dsts, src):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for this function you should provide a wrapper with the old name (marked as deprecated). This ensures any usages won’t straight up break…

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll move this change to a separate PR (#1476).

@W0ni
Copy link
Contributor

W0ni commented Mar 21, 2024

@serpilliere
I think it can be merged

@serpilliere serpilliere merged commit 1ba37c3 into cea-sec:master Mar 28, 2024
3 checks passed
@serpilliere
Copy link
Contributor

Thank you for the fix @DimitriPapadopoulos !

@DimitriPapadopoulos DimitriPapadopoulos deleted the codespell branch March 28, 2024 16:35
DimitriPapadopoulos pushed a commit to DimitriPapadopoulos/miasm that referenced this pull request Mar 28, 2024
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.

None yet

4 participants