Skip to content

Fix typos in >60 files using codespell & manual review to get rid of false positives #136887

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

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
zstd progress
  • Loading branch information
corneliusroemer committed Jul 20, 2025
commit be0fe0be9ffbcabe50bcaa5c25b8e1b82c3c70dd
4 changes: 2 additions & 2 deletions Modules/_zstd/_zstdmodule.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Low level interface to the Zstandard algorthm & the zstd library. */
/* Low level interface to the Zstandard algorithm & the zstd library. */

#ifndef Py_BUILD_CORE_BUILTIN
# define Py_BUILD_CORE_MODULE 1
Expand Down Expand Up @@ -497,7 +497,7 @@ _zstd.get_frame_info
frame_buffer: Py_buffer
A bytes-like object, containing the header of a Zstandard frame.

Get Zstandard frame infomation from a frame header.
Get Zstandard frame information from a frame header.
[clinic start generated code]*/

static PyObject *
Expand Down
2 changes: 1 addition & 1 deletion Modules/_zstd/_zstdmodule.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Low level interface to the Zstandard algorthm & the zstd library. */
/* Low level interface to the Zstandard algorithm & the zstd library. */

/* Declarations shared between different parts of the _zstd module*/

Expand Down
2 changes: 1 addition & 1 deletion Modules/_zstd/buffer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Low level interface to the Zstandard algorthm & the zstd library. */
/* Low level interface to the Zstandard algorithm & the zstd library. */

#ifndef ZSTD_BUFFER_H
#define ZSTD_BUFFER_H
Expand Down
2 changes: 1 addition & 1 deletion Modules/_zstd/clinic/_zstdmodule.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Modules/_zstd/compressor.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Low level interface to the Zstandard algorthm & the zstd library. */
/* Low level interface to the Zstandard algorithm & the zstd library. */

/* ZstdCompressor class definitions */

Expand Down Expand Up @@ -713,7 +713,7 @@ _zstd_ZstdCompressor_set_pledged_input_size_impl(ZstdCompressor *self,
unsigned long long size)
/*[clinic end generated code: output=3a09e55cc0e3b4f9 input=afd8a7d78cff2eb5]*/
{
// Error occured while converting argument, should be unreachable
// Error occurred while converting argument, should be unreachable
assert(size != ZSTD_CONTENTSIZE_ERROR);

/* Thread-safe code */
Expand Down
2 changes: 1 addition & 1 deletion Modules/_zstd/decompressor.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Low level interface to the Zstandard algorthm & the zstd library. */
/* Low level interface to the Zstandard algorithm & the zstd library. */

/* ZstdDecompressor class definition */

Expand Down
2 changes: 1 addition & 1 deletion Modules/_zstd/zstddict.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Low level interface to the Zstandard algorthm & the zstd library. */
/* Low level interface to the Zstandard algorithm & the zstd library. */

/* ZstdDict class definitions */

Expand Down
2 changes: 1 addition & 1 deletion Modules/_zstd/zstddict.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Low level interface to the Zstandard algorthm & the zstd library. */
/* Low level interface to the Zstandard algorithm & the zstd library. */

#ifndef ZSTD_DICT_H
#define ZSTD_DICT_H
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy