-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Fix typos discovered by codespell #12228
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
@@ -43,7 +43,7 @@ int fpm_event_init_main(void); | |||
int fpm_event_set(struct fpm_event_s *ev, int fd, int flags, void (*callback)(struct fpm_event_s *, short, void *), void *arg); | |||
int fpm_event_add(struct fpm_event_s *ev, unsigned long int timeout); | |||
int fpm_event_del(struct fpm_event_s *ev); | |||
int fpm_event_pre_init(char *machanism); | |||
int fpm_event_pre_init(char *mechanism); | |||
const char *fpm_event_mechanism_name(void); |
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.
Careful review please.
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.
Hmm. Well, no objection for If ever the Unicode Consortium updates those files and we import the updated files, the same misspellings will come back. So if you really want to fix them for good, it might be good to contribute the fixes upstream. Anyways, no objection from me. |
If some by chance, these data files changes, fixes to each time. Is it here? https://corp.unicode.org/reporting/website.html |
I believe that's for problems with the websites. I believe this should be used for the data files: https://corp.unicode.org/reporting/error.html |
@nielsdos Thanks. I tried to send. |
Perhaps a diff would've been easier for them, but I don't think it's a big deal if it's already sent. |
Ah, I'm lazy😣. I hope member of Unicode Consortium that look this page. |
Maybe this one can be added here also: --- a/.gitattributes
+++ b/.gitattributes
@@ -25,5 +25,5 @@
/Zend/zend_vm_handlers.h linguist-generated -diff
/Zend/zend_vm_opcodes.[ch] linguist-generated -diff
-# The OSS fuzz files are bunary
+# The OSS fuzz files are binary
/ext/date/tests/ossfuzz*.txt binary |
We did see this, but have decided not to touch the two archival mapping tables. Note those mapping tables are posted in an "OBSOLETE" directory for a reason -- they are basically just sources for historical research, and are not intended to be used for current products. JIS0212.TXT dates from 1994, and KSX1001.TXT from 1999. Later updates have only been to deal with the out-of-date terms of use and contact links, and have left the data (and the rest of the header content) as is, including typos. Please see the warning notice at the top of the ReadMe.txt: |
@Ken-Whistler Thank you very much for confirming this. I understand how to handle archived mapping tables. Thanks again. |
@@ -271,7 +271,7 @@ function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */ | |||
} | |||
|
|||
/* include a snapshot identifier */ | |||
$branch = "HEAD"; // TODO - determine this from SVN branche name | |||
$branch = "HEAD"; // TODO - determine this from GitHub branch name |
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.
maybe "git" instead of "GitHub"?
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.
$branch = "HEAD"; // TODO - determine this from GitHub branch name | |
$branch = "HEAD"; // TODO - determine this from git branch name |
https://pypi.org/project/codespell