From a9e8ba09322d563e2de6fb48993727b509442c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 22 May 2021 17:08:14 +0200 Subject: [PATCH] url-mode: codespell --- url-mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/url-mode.c b/url-mode.c index e036b1f2..9473dc14 100644 --- a/url-mode.c +++ b/url-mode.c @@ -456,7 +456,7 @@ remove_overlapping(url_list_t *urls, int cols) * OSC-8 URLs can’t overlap with each * other. * - * Similarily, auto-detected URLs cannot overlap with + * Similarly, auto-detected URLs cannot overlap with * each other. * * But OSC-8 URLs can overlap with auto-detected ones.