[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:
Miss Islington (bot) 2025-07-23 22:48:11 +02:00 committed by GitHub
parent f2981acd6b
commit b7168d216b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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. */
/* Declarations shared between different parts of the _zstd module*/