Skip to content

Commit f7c7508

Browse files
committed
Spelling [Fixes #124]
1 parent ca67c8e commit f7c7508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/tests/BasicTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,9 @@ struct AutomationTest : public PluginTest
429429
const int subnormals = countSubnormals (ab);
430430

431431
if (subnormalsAreErrors)
432-
ut.expectEquals (countInfs (ab), 0, "Submnormals found in buffer");
432+
ut.expectEquals (countInfs (ab), 0, "Subnormals found in buffer");
433433
else if (subnormals > 0)
434-
ut.logMessage ("!!! WARNING: " + juce::String (countSubnormals (ab)) + " submnormals found in buffer");
434+
ut.logMessage ("!!! WARNING: " + juce::String (countSubnormals (ab)) + " subnormals found in buffer");
435435
}
436436
}
437437
}

0 commit comments

Comments
 (0)