From d151d224139c4f6e0b13b867bc1c93fc1bb55cbc Mon Sep 17 00:00:00 2001 From: lbeder Date: Mon, 12 Feb 2024 23:18:34 +0000 Subject: [PATCH] Fix typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 8c33747..245b290 100755 --- a/src/main.rs +++ b/src/main.rs @@ -124,7 +124,7 @@ fn get_salt() -> Vec { if salt_len < SlowKey::MIN_SALT_LENGTH { panic!( - "salt {} is shorther than the min length of {}", + "salt {} is shorter than the min length of {}", salt_len, SlowKey::MIN_SALT_LENGTH );