Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
check-spelling: exempt typo until upstream merges the fix
Browse files Browse the repository at this point in the history
This must have come in with a new version of clang.
  • Loading branch information
stapelberg committed Dec 29, 2020
1 parent 146305d commit 3a1e44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis/check-spelling.pl
Expand Up @@ -30,6 +30,7 @@
my $binary_spelling_exceptions = {
#'exmaple' => 1, # Example for how to add entries to this whitelist.
'betwen' => 1, # asan_flags.inc contains this spelling error.
'dissassemble' => 1, # https://reviews.llvm.org/D93902
};
my @binaries = qw(
build/i3
Expand Down

0 comments on commit 3a1e44d

Please sign in to comment.