mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix spelling and grammar in documentation and code comments
This commit is contained in:
parent
72e483aac4
commit
69332c1a64
14 changed files with 15 additions and 15 deletions
|
@ -30,7 +30,7 @@ typedef struct {} DIR;
|
|||
typedef struct {} RFILE;
|
||||
|
||||
/* Python/pythonrun.c
|
||||
* resourece leak false positive */
|
||||
* resource leak false positive */
|
||||
|
||||
void Py_FatalError(const char *msg) {
|
||||
__coverity_panic__();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue