Skip to content

Commit 0f8e91b

Browse files
authored
Spelling error
1 parent de09cd3 commit 0f8e91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/tests/BasicTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ struct AutomationTest : public PluginTest
431431
if (subnormalsAreErrors)
432432
ut.expectEquals (countInfs (ab), 0, "Submnormals found in buffer");
433433
else if (subnormals > 0)
434-
ut.logMessage ("!!! WARNGING: " + juce::String (countSubnormals (ab)) + " submnormals found in buffer");
434+
ut.logMessage ("!!! WARNING: " + juce::String (countSubnormals (ab)) + " submnormals found in buffer");
435435
}
436436
}
437437
}

0 commit comments

Comments
 (0)