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

Commit

Permalink
Merge pull request #4296 from stapelberg/spelling
Browse files Browse the repository at this point in the history
check-spelling: exempt typo until upstream merges the fix
  • Loading branch information
orestisfl committed Dec 29, 2020
2 parents 146305d + 3a1e44d commit da1a720
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 da1a720

Please sign in to comment.