mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
fix some typos (#138977)
This commit is contained in:
parent
a651ec9524
commit
6393068bde
4 changed files with 13 additions and 13 deletions
|
|
@ -716,7 +716,7 @@ _zstd_ZstdCompressor_set_pledged_input_size_impl(ZstdCompressor *self,
|
|||
unsigned long long size)
|
||||
/*[clinic end generated code: output=3a09e55cc0e3b4f9 input=b4c87bcbd5ce6111]*/
|
||||
{
|
||||
// Error occured while converting argument, should be unreachable
|
||||
// Error occurred while converting argument, should be unreachable
|
||||
assert(size != ZSTD_CONTENTSIZE_ERROR);
|
||||
|
||||
/* Thread-safe code */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue