# HG changeset patch # User Steve Losh # Date 1482170882 18000 # Node ID 6ca2343b424783ee402d9233bdc9ffeb9b090b14 # Parent d63ec948b49e88cee0c42bba903f146818aebc79 Fix typo diff -r d63ec948b49e -r 6ca2343b4247 content/blog/2016/12/chip8-cpu.markdown --- 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.