From: mrdudz Date: Mon, 1 Jan 2018 13:01:25 +0000 (+0100) Subject: fix spelling X-Git-Tag: V2.17~52^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F561%2Fhead;p=cc65 fix spelling --- diff --git a/testcode/lib/cpeek-test.c b/testcode/lib/cpeek-test.c index ffcdb8bf1..aef4cb4e3 100644 --- a/testcode/lib/cpeek-test.c +++ b/testcode/lib/cpeek-test.c @@ -153,7 +153,7 @@ static unsigned char testCPeekC (char ch) ch2_c = peekChWithoutTranslation (); if ((ch2_c != ch2_b) #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) #endif ){