Fixed a typo in Granularity

This commit is contained in:
Max
2025-05-13 09:14:03 +02:00
parent 80cef73f8c
commit 8fbb4c39c4

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;
}
}