Merge pull request #2648 from McZonk/GranularityTypo

Fixed a typo in Granularity
This commit is contained in:
Bob Andrews
2025-05-13 13:54:04 +02:00
committed by GitHub

View File

@@ -149,7 +149,7 @@ unsigned GetGranularity (attr_t Style)
case atSkip:
default:
Internal ("GetGraularity called for style = %d", Style);
Internal ("GetGranularity called for style = %d", Style);
return 0;
}
}