summaryrefslogtreecommitdiff
path: root/triehash
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2017-07-08 14:45:26 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2017-07-08 14:55:29 +0200
commit4a9c136bdb1ec8e73e104738a923e08786c521ef (patch)
treea5b10d9c5432a592c9f06b3c616e92ff38335880 /triehash
parentff26d24f47910ac06840f873920c8950aa48046b (diff)
fix various typos reported by codespell & spellintian
Reported-By: codespell & spellintian Gbp-Dch: Ignore
Diffstat (limited to 'triehash')
-rwxr-xr-xtriehash/triehash.pl2
1 files changed, 1 insertions, 1 deletions
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) = @_;