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

Python files spell checked #348

Merged
merged 1 commit into from
Nov 16, 2016
Merged

Python files spell checked #348

merged 1 commit into from
Nov 16, 2016

Conversation

guedou
Copy link
Member

@guedou guedou commented Nov 15, 2016

Here is a simple patch that fixes most typos in Python files.

@@ -544,7 +544,7 @@ def high_push(self, msg):
def _testmain():
s = PeriodicSource("hello", 1, name="src")
d1 = Drain(name="d1")
c = ConsoleSink(name="c")
= ConsoleSink(name="c")
Copy link
Member

Choose a reason for hiding this comment

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

Oups :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

@p-l- p-l- merged commit c6e1e6c into secdev:master Nov 16, 2016
@p-l-
Copy link
Member

p-l- commented Nov 16, 2016

Thanks Guillaume, this will be useful when searching in the code!

@guedou guedou deleted the typos branch September 11, 2017 14:02
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