pluginval icon indicating copy to clipboard operation
pluginval copied to clipboard

Log spelling mistakes in BasicTests.cpp.

Open jbremin opened this issue 1 year ago • 0 comments

Line number: 432 in Basic Tests.cpp ut.expectEquals (countInfs (ab), 0, "Submnormals found in buffer");

Should be: ut.expectEquals (countInfs (ab), 0, "Subnormals found in buffer");

Line number: 434 in Basic Tests.cpp ut.logMessage ("!!! WARNGING: " + juce::String (countSubnormals (ab)) + " submnormals found in buffer");

Should be: ut.logMessage ("!!! WARNING: " + juce::String (countSubnormals (ab)) + " subnormals found in buffer");

Best,

jbremin avatar Feb 20 '24 14:02 jbremin