check-spelling: add another false positive (#5247)
This commit is contained in:
parent
2bfa06b7df
commit
a59423df81
@ -31,6 +31,7 @@ my $binary_spelling_exceptions = [
|
|||||||
'betwen', # asan_flags.inc contains this spelling error.
|
'betwen', # asan_flags.inc contains this spelling error.
|
||||||
'dissassemble', # https://reviews.llvm.org/D93902
|
'dissassemble', # https://reviews.llvm.org/D93902
|
||||||
'oT', # lintian finds this in build/i3bar when built with clang?!
|
'oT', # lintian finds this in build/i3bar when built with clang?!
|
||||||
|
'ot', # lintian finds this in build/i3-config-wizard when built with clang?!
|
||||||
];
|
];
|
||||||
my @binaries = qw(
|
my @binaries = qw(
|
||||||
build/i3
|
build/i3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user