From: Alan Cox Date: Sun, 1 Nov 2015 21:16:02 +0000 (+0000) Subject: Typo fix X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e728beec488684ac4b057725556ea16080e1f7a4;p=FUZIX.git Typo fix --- diff --git a/Kernel/README.GRAPHICS b/Kernel/README.GRAPHICS index 79d85f41..e53455da 100644 --- a/Kernel/README.GRAPHICS +++ b/Kernel/README.GRAPHICS @@ -68,7 +68,7 @@ for those cases they are needed (eg games) Need to decide on the best approach for text and fonts -Rather than using graphcis operations like lines and rectangles we replace +Rather than using graphics operations like lines and rectangles we replace all the graphics operations proposed with game style sprite rectangles We then need exactly two graphics rendering commands (three if we do blits).