From: Oliver Schmidt
Date: Tue, 2 Jan 2018 12:48:30 +0000 (+0100)
Subject: Fixed typo.
X-Git-Tag: V2.17~51
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=040134e7750f81a6a3b54856c4a1bf38d9244b5c;p=cc65
Fixed typo.
---
diff --git a/testcode/lib/cpeek-test.c b/testcode/lib/cpeek-test.c
index aef4cb4e3..1777bce4a 100644
--- a/testcode/lib/cpeek-test.c
+++ b/testcode/lib/cpeek-test.c
@@ -209,7 +209,7 @@ static unsigned char testCPeekCol (char ch)
ch2_c = peekColWithoutTranslation ();
if ((ch2_c != ch2_b)
#if defined(__C128__)
- /* VDC memory is not accessable */
+ /* VDC memory is not accessible */
&& (width == 40)
#endif
){