Fix typo in hash overflow warning
This commit is contained in:
parent
5aec636f9f
commit
7c57ac6737
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pub fn hash_param_id(id: &str) -> u32 {
|
||||||
|
|
||||||
if has_overflown {
|
if has_overflown {
|
||||||
nih_log!(
|
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
|
id
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue