summaryrefslogtreecommitdiff
path: root/triehash/triehash.pl
diff options
context:
space:
mode:
Diffstat (limited to 'triehash/triehash.pl')
-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) = @_;