-
Notifications
You must be signed in to change notification settings - Fork 8k
fix duplicated words typos in php codebases #20800
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
|
Some of these files are bundled libraries (e.g. timelib, uriparser), therefore the fixes should go upstream. And this is why the "verify bundled files" job fails, because those files shouldn't be modified in php-src. |
Fixes concerning upstream programs are removed. |
|
date/lib and ext/uri/uriparser should still be reverted. |
|
Thank you @LamentXU123! |
Originally reported in php/php-src#20800. Co-authored-by: lamentxu <1372449351@qq.com>
|
Upstream patch for uriparser in uriparser/uriparser#290. |
While I am reading the codebases I found those typos have a relatively high occurrence.
This PR fixes them all. (I don't think we need an issue or emails for this, so I open this PR directly)