diff options
author | Inada Naoki <songofacandy@gmail.com> | 2023-06-30 13:00:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 13:00:22 +0900 |
commit | 77ddc9a7b1b28c8b8aee6cc97e483185a56819a6 (patch) | |
tree | c1ae461eda86c625f3defa850b922841c9e3374d /Python/pytime.c | |
parent | cd580910e10dcfffa364d08ee5a6f0257d031baf (diff) | |
download | cpython-77ddc9a7b1b28c8b8aee6cc97e483185a56819a6.tar.gz cpython-77ddc9a7b1b28c8b8aee6cc97e483185a56819a6.zip |
fix typos (#106247)
Most typos are in comments, but two typos are in docstring.
Diffstat (limited to 'Python/pytime.c')
-rw-r--r-- | Python/pytime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pytime.c b/Python/pytime.c index acd1842056a..d36d4417dab 100644 --- a/Python/pytime.c +++ b/Python/pytime.c @@ -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 */ |