Suppress "Unix" spelling warnings in the samples overview

There doesn't seem to be any good way to avoid codespell warnings about
"unx", so just add the lines containing it to the exceptions file.
This commit is contained in:
Vadim Zeitlin 2021-11-18 15:47:28 +01:00
parent 0985996d01
commit 17c1bfc0f4

View File

@ -27,3 +27,5 @@ expressions</em> (BRE). EREs are roughly those of the traditional @e egrep,
static wxString ConvertFromBasic(const wxString& bre);
This function can be used to convert @a bre using deprecated wxRE_BASIC
static wxString ConvertFromBasic(const wxString& bre);
@c makefile.unx in the sample directory to build it using the version of
makefile.unx</code> in the sample directory to build it.