Commit 94f61e4
authored
Fix writeable typo in an expire test name (#4499)
One test name spells it `writeable`. Outside `deps/` that is the only
occurrence left in the tree, everywhere else is `writable`.
Current releases of `typos` flag it, and the Spellcheck job installs
`typos` through `taiki-e/install-action` without pinning a version, so
the job can turn red without anyone touching this repo. With this word
changed, `typos --config=./.config/typos.toml` is clean across the tree.
It is a test name, so nothing changes behaviour, and nothing else refers
to the old one.
Signed-off-by: melancholictheory <selimvhorst@gmail.com>1 parent 6bb9651 commit 94f61e4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
613 | | - | |
| 613 | + | |
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
| |||
0 commit comments