From 4a9c136bdb1ec8e73e104738a923e08786c521ef Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 8 Jul 2017 14:45:26 +0200 Subject: fix various typos reported by codespell & spellintian Reported-By: codespell & spellintian Gbp-Dch: Ignore --- triehash/triehash.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'triehash') diff --git a/triehash/triehash.pl b/triehash/triehash.pl index 25300a765..841c0e7e2 100755 --- a/triehash/triehash.pl +++ b/triehash/triehash.pl @@ -306,7 +306,7 @@ package Trie { # For example, the words a-bc and a\rbc are identical in such a situation: # '-' | 0x20 == '-' == '\r' | 0x20 # We cannot simply switch on all 4 bytes at once, but need to split before - # the ambigious character so we can process the ambiguous character on its + # the ambiguous character so we can process the ambiguous character on its # own. sub find_ealier_split { my ($self, $key) = @_; -- cgit v1.2.3