File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- /* Low level interface to the Zstandard algorthm & the zstd library. */
1
+ /* Low level interface to the Zstandard algorithm & the zstd library. */
2
2
3
3
#ifndef Py_BUILD_CORE_BUILTIN
4
4
# define Py_BUILD_CORE_MODULE 1
Original file line number Diff line number Diff line change 1
- /* Low level interface to the Zstandard algorthm & the zstd library. */
1
+ /* Low level interface to the Zstandard algorithm & the zstd library. */
2
2
3
3
/* Declarations shared between different parts of the _zstd module*/
4
4
Original file line number Diff line number Diff line change 1
- /* Low level interface to the Zstandard algorthm & the zstd library. */
1
+ /* Low level interface to the Zstandard algorithm & the zstd library. */
2
2
3
3
#ifndef ZSTD_BUFFER_H
4
4
#define ZSTD_BUFFER_H
Original file line number Diff line number Diff line change 1
- /* Low level interface to the Zstandard algorthm & the zstd library. */
1
+ /* Low level interface to the Zstandard algorithm & the zstd library. */
2
2
3
3
/* ZstdCompressor class definitions */
4
4
Original file line number Diff line number Diff line change 1
- /* Low level interface to the Zstandard algorthm & the zstd library. */
1
+ /* Low level interface to the Zstandard algorithm & the zstd library. */
2
2
3
3
/* ZstdDecompressor class definition */
4
4
Original file line number Diff line number Diff line change 1
- /* Low level interface to the Zstandard algorthm & the zstd library. */
1
+ /* Low level interface to the Zstandard algorithm & the zstd library. */
2
2
3
3
/* ZstdDict class definitions */
4
4
Original file line number Diff line number Diff line change 1
- /* Low level interface to the Zstandard algorthm & the zstd library. */
1
+ /* Low level interface to the Zstandard algorithm & the zstd library. */
2
2
3
3
#ifndef ZSTD_DICT_H
4
4
#define ZSTD_DICT_H
You can’t perform that action at this time.
0 commit comments