From a820538c2a6966fe79f1c95cf44b192554328672 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 2 Jul 2025 15:50:29 +0200 Subject: [PATCH 1/4] Fixed minor typo --- samples/kim1/subs.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/kim1/subs.asm b/samples/kim1/subs.asm index 5b525749e..64713a148 100644 --- a/samples/kim1/subs.asm +++ b/samples/kim1/subs.asm @@ -775,7 +775,7 @@ _DrawChar: sty tempy sta dest_hi lda #0 ; Get the address in font memory where this - sta src_hi ; Petscii chracter lives (after conversion from + sta src_hi ; Petscii character lives (after conversion from lda tempa ; ascii) sty temp2 From 73fa13a23e28a08faca5e18524673caaaf090314 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 2 Jul 2025 15:51:43 +0200 Subject: [PATCH 2/4] Fixed minor typo --- samples/sym1/symDisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sym1/symDisplay.c b/samples/sym1/symDisplay.c index 43d18f911..0dafab33d 100644 --- a/samples/sym1/symDisplay.c +++ b/samples/sym1/symDisplay.c @@ -73,7 +73,7 @@ int main (void) { displayable = 1; // Assume character is mapped - switch ( buffer[l] ) { // Put the typed charaters + switch ( buffer[l] ) { // Put the typed characters case '1': // into the display buffer DISPLAY.d6 = DISP_1; // one at a time break; From 75d6efeabf2d3d65c3d12dbc4147e80e51506613 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 2 Jul 2025 15:54:00 +0200 Subject: [PATCH 3/4] Fixed minor typo --- samples/sim65/trace_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sim65/trace_example.c b/samples/sim65/trace_example.c index cd4ec87d7..ebfd89cb1 100644 --- a/samples/sim65/trace_example.c +++ b/samples/sim65/trace_example.c @@ -1,5 +1,5 @@ /* - * Sim65 trace functionailty example. + * Sim65 trace functionality example. * * Description * ----------- From ce35a816a6cce094b5eab7f8d3c387c3efd79959 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 2 Jul 2025 15:59:38 +0200 Subject: [PATCH 4/4] Fixed minor typo --- samples/checkversion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/checkversion.c b/samples/checkversion.c index 0e2359f91..d55a72935 100644 --- a/samples/checkversion.c +++ b/samples/checkversion.c @@ -4,7 +4,7 @@ * macro was fixed some time after 2.19 to (VER_MAJOR * 0x100) + VER_MINOR. * * The following strategy can be used to still compare for less or greater versions, - * should this really be necessary or wanted - it is not recommended afterall. + * should this really be necessary or wanted - it is not recommended after all. */ #include