Skip to content

Commit

Permalink
Spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Feb 20, 2024
1 parent de09cd3 commit 0f8e91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/tests/BasicTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ struct AutomationTest : public PluginTest
if (subnormalsAreErrors)
ut.expectEquals (countInfs (ab), 0, "Submnormals found in buffer");
else if (subnormals > 0)
ut.logMessage ("!!! WARNGING: " + juce::String (countSubnormals (ab)) + " submnormals found in buffer");
ut.logMessage ("!!! WARNING: " + juce::String (countSubnormals (ab)) + " submnormals found in buffer");
}
}
}
Expand Down

0 comments on commit 0f8e91b

Please sign in to comment.