# HG changeset patch # User Steve Losh # Date 1482171687 18000 # Node ID 88f0e0d8b8913fbef4dea9b6e4403e40516200ce # Parent 83558c9af4a96934ae4852dc02437180ab1832d0 Typo diff -r 83558c9af4a9 -r 88f0e0d8b891 content/blog/2016/12/chip8-cpu.markdown --- a/content/blog/2016/12/chip8-cpu.markdown Mon Dec 19 13:19:59 2016 -0500 +++ b/content/blog/2016/12/chip8-cpu.markdown Mon Dec 19 13:21:27 2016 -0500 @@ -1090,7 +1090,7 @@ ### Macro-Map -Instead of typing the same thing over and over, we'd like to just say when we +Instead of typing the same thing over and over, we'd like to just say what we want once. The traditional way to do this is with `macrolet`: ```lisp