]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-136975: Emend a spelling error (algorthm -> algorithm) (#136999)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 22 Jul 2025 13:48:58 +0000 (15:48 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 13:48:58 +0000 (13:48 +0000)
Modules/_zstd/_zstdmodule.c
Modules/_zstd/_zstdmodule.h
Modules/_zstd/buffer.h
Modules/_zstd/compressor.c
Modules/_zstd/decompressor.c
Modules/_zstd/zstddict.c
Modules/_zstd/zstddict.h

index d75c0779474a82d67cfbc878210f8d37d9d167ba..8af6156a0da575671686ccfbccb6f3942ea0234f 100644 (file)
@@ -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
index 4e8f708f2232c7e452abdde392c46314794c84f0..82226ff8718e6b251f7605a47aa8dcd8576f568b 100644 (file)
@@ -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*/
 
index 4c885fa0d720fd43a07aa149ba68ed374493d223..0ac7bcb4ddc41657f438e7e54df625d5d15ecc46 100644 (file)
@@ -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
index bc9e6eff89af688d35373fae4914a0f6ce15749f..508b136817872bb442ec32a74d14d55bf2314dc5 100644 (file)
@@ -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 */
 
index c53d6e4cb05cf0b81c89a3812c0cbfddbe30c9fd..b00ee05d2f51bfc126a64cb93cc87e9ba8a60644 100644 (file)
@@ -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 */
 
index 14f74aaed46ec50697860a478c9726124cdf9de2..35d6ca8e55a2658e3e4c1ef1ea236af9bf60753c 100644 (file)
@@ -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 */
 
index 4a403416dbd4a3e9e9c5a1b8b1917528cfd4d289..e0d3f46b2b14a670762df0d3932439201a4486b3 100644 (file)
@@ -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