From: Max Charrier Date: Sat, 9 Nov 2024 08:44:50 +0000 (+0100) Subject: Fix typo X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9b175cf5d354fc67be50527bf37477a02c3cccd3;p=matthieu%2Fgru.git Fix typo Signed-off-by: Max Charrier --- diff --git a/autofeur_db/src/trie.rs b/autofeur_db/src/trie.rs index 2359d2d..fbd392a 100644 --- a/autofeur_db/src/trie.rs +++ b/autofeur_db/src/trie.rs @@ -125,7 +125,7 @@ impl<'a> Trie<'a> { .iter() .nth(weighted.sample(&mut rng)) .expect("choosed value did not exist"); - println!("waling into node {}", key); + println!("walking into node {}", key); current_node = node; builder += key;