From d96abeef2e1d1cd9bcfe55539f858ad8ee8667af Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 11 Nov 2024 14:37:35 +0700 Subject: [PATCH] typos: Check for `sftn` instead of `sfnt` This would have caught 45d9e53 (PR #1225). --- .typos.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.typos.toml b/.typos.toml index 6264e4b96..2b96d45aa 100644 --- a/.typos.toml +++ b/.typos.toml @@ -34,3 +34,6 @@ wdth = "wdth" ot = "ot" vai = "vai" beng = "beng" + +# Possible typos that are more specific to this codebase. +sftn = "sfnt"