-
-
Notifications
You must be signed in to change notification settings - Fork 131
Remove Instances of Duplicate Word in Comments #227
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
Conversation
Remove a duplicate word ("the") from the comment for `LoopInterface::addPeriodicTimer`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@broberts-mrmc Thanks for looking into this and filing this PR! The same typo is also on the README.md, can you amend your changes? 👍
Similar correction of duplicate word ("the")
@clue It's done. I suppose I should have searched the source for other occurrences and I would have found that one too. In any case, the README.md has been fixed in this pull request also. I figure every little thing helps, though this one is mostly superficial. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@broberts-mrmc Thanks for the update! May I ask you to squash your changes into one commit?
$ GIT_SEQUENCE_EDITOR="sed -i -re 's/^pick (c9f227d)/fixup \1/'" git rebase -i HEAD~2
Remove a duplicate word ("the") from the comment for
LoopInterface::addPeriodicTimer
.