From a7a38dba7f4fbd9e9c8dd4e739d42ef8a36fb49a Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Thu, 27 Mar 2025 17:53:52 +0100 Subject: [gdb/contrib] Drop two words from codespell-ignore-words.txt Tom Tromey mentioned [1] that the words "invokable" and "useable" present in codespell-ignore-words.txt should be dropped. Do so and fix the following typos: ... $ codespell --config gdbsupport/setup.cfg gdbsupport gdbsupport/common-debug.h:218: invokable ==> invocable gdbsupport/event-loop.cc:84: useable ==> usable ... Approved-By: Tom Tromey [1] https://sourceware.org/pipermail/gdb-patches/2025-March/216584.html --- gdb/contrib/codespell-ignore-words.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb') diff --git a/gdb/contrib/codespell-ignore-words.txt b/gdb/contrib/codespell-ignore-words.txt index 2b9d878..2d6e13a 100644 --- a/gdb/contrib/codespell-ignore-words.txt +++ b/gdb/contrib/codespell-ignore-words.txt @@ -1,4 +1,2 @@ configury -invokable -useable SME -- cgit v1.1