diff --git a/src/wrapper/util.rs b/src/wrapper/util.rs index 5b6f4d08..bc059156 100644 --- a/src/wrapper/util.rs +++ b/src/wrapper/util.rs @@ -33,7 +33,7 @@ pub fn hash_param_id(id: &str) -> u32 { if has_overflown { nih_log!( - "Overflow while hasing param ID \"{}\", consider using shorter IDs to avoid collissions", + "Overflow while hashing param ID \"{}\", consider using shorter IDs to avoid collissions", id ); }