From 8fbb4c39c42d0205135cb83175edd74681e1ed29 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 13 May 2025 09:14:03 +0200 Subject: [PATCH] Fixed a typo in Granularity --- src/da65/attrtab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/da65/attrtab.c b/src/da65/attrtab.c index b70e017a1..e35530afd 100644 --- a/src/da65/attrtab.c +++ b/src/da65/attrtab.c @@ -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; } }