GH-136975: Emend a spelling error (algorthm -> algorithm) (#136999)

This commit is contained in:
Adam Turner
2025-07-22 15:48:58 +02:00
committed by GitHub
parent c13cc4af79
commit b6d3242244
7 changed files with 7 additions and 7 deletions

View 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

View 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*/

View 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

View 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 */

View 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 */

View 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 */

View 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