fix spelling

This commit is contained in:
mrdudz 2018-01-01 14:01:25 +01:00
parent 783408080c
commit 4abe12c729

View file

@ -153,7 +153,7 @@ static unsigned char testCPeekC (char ch)
ch2_c = peekChWithoutTranslation (); ch2_c = peekChWithoutTranslation ();
if ((ch2_c != ch2_b) if ((ch2_c != ch2_b)
#if defined(__C128__) || defined(__C64__) #if defined(__C128__) || defined(__C64__)
/* VDC memory is not accessable, soft80 has no "videoram" */ /* VDC memory is not accessible, soft80 has no "videoram" */
&& (width == 40) && (width == 40)
#endif #endif
){ ){