Bump codespell from 2.2.1 to 2.2.2 in /.codespell (#11399)

And fix a few newly detected typo.
Closes #11394
This commit is contained in:
Binbin 2022-10-18 13:24:30 +08:00 committed by GitHub
parent 3193f086ca
commit a9d561afa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
codespell==2.2.1
codespell==2.2.2

View File

@ -405,7 +405,7 @@ long activeDefragSdsListAndDict(list *l, dict *d, int dict_val_type) {
/* Utility function that replaces an old key pointer in the dictionary with a
* new pointer. Additionally, we try to defrag the dictEntry in that dict.
* Oldkey mey be a dead pointer and should not be accessed (we get a
* Oldkey may be a dead pointer and should not be accessed (we get a
* pre-calculated hash value). Newkey may be null if the key pointer wasn't
* moved. Return value is the dictEntry if found, or NULL if not found.
* NOTE: this is very ugly code, but it let's us avoid the complication of