mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
fix typos (#106247)
Most typos are in comments, but two typos are in docstring.
This commit is contained in:
parent
cd580910e1
commit
77ddc9a7b1
8 changed files with 12 additions and 12 deletions
|
@ -969,7 +969,7 @@ py_get_system_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc)
|
|||
}
|
||||
|
||||
#if defined(HAVE_CLOCK_GETTIME_RUNTIME) && defined(HAVE_CLOCK_GETTIME)
|
||||
} /* end of availibity block */
|
||||
} /* end of availability block */
|
||||
#endif
|
||||
|
||||
#endif /* !HAVE_CLOCK_GETTIME */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue