diff options
author | John Bampton <[email protected]> | 2023-02-28 03:56:06 +1000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-27 09:56:06 -0800 |
commit | 2f7270c68150d9f49b48c8ff995f4f343d216cee (patch) | |
tree | d3610c4a0980667982cdd4952572ba1a7d583046 /iseq.c | |
parent | 526111290b2e01e798f436dfe4acc3bf10c6bbd1 (diff) |
Fix spelling (#7389)
Notes
Notes:
Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'iseq.c')
-rw-r--r-- | iseq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3805,7 +3805,7 @@ succ_index_lookup(const struct succ_index_table *sd, int x) * call-seq: * iseq.script_lines -> array or nil * - * It returns recorded script lines if it is availalble. + * It returns recorded script lines if it is available. * The script lines are not limited to the iseq range, but * are entire lines of the source file. * |