Convert en_GB spelling to en_US with codespell

This commit is contained in:
Rémi Verschelde 2023-01-21 12:25:29 +01:00
parent 35c37ce4ce
commit 5b1df48c6c
No known key found for this signature in database
GPG key ID: C3336907360768E1
79 changed files with 146 additions and 145 deletions

View file

@ -271,7 +271,7 @@ def configure(env: "Environment"):
env.Append(LIBS=["miniupnpc"])
# On Linux wchar_t should be 32-bits
# 16-bit library shouldn't be required due to compiler optimisations
# 16-bit library shouldn't be required due to compiler optimizations
if not env["builtin_pcre2"]:
env.ParseConfig("pkg-config libpcre2-32 --cflags --libs")