spelling: threshold

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 09:55:33 -04:00
parent 5267f7c6ea
commit a463d11e57
6 changed files with 7 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ function compareTimings(): void {
const significantChanges = timingChanges.filter((t) => t.change > 5000 && t.changePercent >= 0.2);
if (significantChanges.length === 0) {
log('No significant timing changes detected (threshould: 5s and 20%)');
log('No significant timing changes detected (threshold: 5s and 20%)');
return cleanupFiles({ keepNew: false, reason: 'No significant timing changes' });
}