From 69cd5fd3ab38fa98a62cae3a46edef0916dd84f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 16 Dec 2020 15:06:34 +0100 Subject: [PATCH] vt: codespell: ony -> only --- vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vt.c b/vt.c index 37b80eec..120b9c98 100644 --- a/vt.c +++ b/vt.c @@ -337,7 +337,7 @@ action_collect(struct terminal *term, uint8_t 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 * more. *