mirror of
https://github.com/python/cpython.git
synced 2026-04-21 03:10:52 +00:00
[3.14] GH-136975: Emend a spelling error (algorthm -> algorithm) (GH-136999) (#137003)
GH-136975: Emend a spelling error (algorthm -> algorithm) (GH-136999)
(cherry picked from commit b6d3242244)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
f2981acd6b
commit
b7168d216b
7 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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*/
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue