We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de09cd3 commit 0f8e91bCopy full SHA for 0f8e91b
Source/tests/BasicTests.cpp
@@ -431,7 +431,7 @@ struct AutomationTest : public PluginTest
431
if (subnormalsAreErrors)
432
ut.expectEquals (countInfs (ab), 0, "Submnormals found in buffer");
433
else if (subnormals > 0)
434
- ut.logMessage ("!!! WARNGING: " + juce::String (countSubnormals (ab)) + " submnormals found in buffer");
+ ut.logMessage ("!!! WARNING: " + juce::String (countSubnormals (ab)) + " submnormals found in buffer");
435
}
436
437
0 commit comments