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 c722cc62d..c943c1d9f 100755
--- a/triehash/triehash.pl
+++ b/triehash/triehash.pl
@@ -296,7 +296,7 @@ package Trie {
return $self->alignpower2(length $key);
}
- # Rebuild the trie, splitting at ambigous chars, and unifying key lengths
+ # Rebuild the trie, splitting at ambiguous chars, and unifying key lengths
sub rebuild_tree {
my $self = shift;
# Determine if/where we need to split before an ambiguous character