6ca2343b4247

Fix typo
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 19 Dec 2016 13:08:02 -0500
parents d63ec948b49e
children 0f5da0ca5bb3
branches/tags (none)
files content/blog/2016/12/chip8-cpu.markdown

Changes

--- a/content/blog/2016/12/chip8-cpu.markdown	Mon Dec 19 12:45:52 2016 -0500
+++ b/content/blog/2016/12/chip8-cpu.markdown	Mon Dec 19 13:08:02 2016 -0500
@@ -12,7 +12,7 @@
 once:
 
 * How to write an emulator
-* How to use QT with Common Lisp
+* How to use Qt with Common Lisp
 * How the Game Boy works internally
 
 Instead of dragging on, I decided to take a break and try something simpler:
@@ -50,7 +50,7 @@
 * [iterate][] for a much nicer version of `loop` called `iterate`.  My utility
   library contains several `iterate` drivers (some of which I've written about
   before).
-* [qtools][] to handle creating a GUI with QT.
+* [qtools][] to handle creating a GUI with Qt.
 * [quickutil][] for some miscellaneous utility functions from Alexandria and
   elsewhere.