Fix spelling and grammar in documentation and code comments

This commit is contained in:
Martin Panter 2016-08-04 13:07:31 +00:00
parent 72e483aac4
commit 69332c1a64
14 changed files with 15 additions and 15 deletions

View file

@ -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__();