From 591aeb8ed83e7d1997c4c715c07b9b4f6ae608c7 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Tue, 3 Feb 2026 16:13:46 +0100 Subject: [PATCH] misc: fix spellcheck CI step (caused by typos v1.43) Unfortunately, we merged a typos bump [0] with failing CI. [0] https://github.com/cloud-hypervisor/cloud-hypervisor/pull/7654 Signed-off-by: Philipp Schuster On-behalf-of: SAP philipp.schuster@sap.com --- .typos.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.typos.toml b/.typos.toml index b59130fe7..2874cc417 100644 --- a/.typos.toml +++ b/.typos.toml @@ -21,5 +21,8 @@ liness = "liness" outout = "outout" [default.extend-identifiers] +consts = "consts" fo = "fo" fpr = "fpr" +# Public Linux API +msg_controllen = "msg_controllen"