vt: codespell: ony -> only

This commit is contained in:
Daniel Eklöf 2020-12-16 15:06:34 +01:00
parent 2e137c0a7e
commit 69cd5fd3ab
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
vt.c
View file

@ -337,7 +337,7 @@ action_collect(struct terminal *term, uint8_t c)
LOG_DBG("collect: %c", c); LOG_DBG("collect: %c", c);
/* /*
* Having more than one private is *very* rare. Foot ony supports * Having more than one private is *very* rare. Foot only supports
* a *single* escape with two privates, and none with three or * a *single* escape with two privates, and none with three or
* more. * more.
* *