about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-12 19:25:42 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-12 19:26:00 -0800
commita79de8773d56a7c7d003c973ac584eb9301e6861 (patch)
tree4aa142d6a864cba353629fd39d3162d8b311e370
parent8e9ddaee55650e87aa8cb3c851824229e41564d2 (diff)
downloadmu-a79de8773d56a7c7d003c973ac584eb9301e6861.tar.gz
I'm going to hell for this..
This typo has been around since July 2019 (commit 784e17d487). I swear
I've spelt the name correctly scores of times before that.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4ca9d10e..119dcc90 100644
--- a/README.md
+++ b/README.md
@@ -240,7 +240,7 @@ Mu builds on many ideas that have come before, especially:
 On a more tactical level, this project has made progress in a series of bursts
 as I discovered the following resources. In autobiographical order, with no
 claims of completeness:
-- [&ldquo;Bootstrapping a compiler from nothing&rdquo;](http://web.archive.org/web/20061108010907/http://www.rano.org/bcompiler.html) by Edmund Grumley-Evans.
+- [&ldquo;Bootstrapping a compiler from nothing&rdquo;](http://web.archive.org/web/20061108010907/http://www.rano.org/bcompiler.html) by Edmund Grimley-Evans.
 - [StoneKnifeForth](https://github.com/kragen/stoneknifeforth) by [Kragen Sitaker](http://canonical.org/~kragen),
   including [a tiny sketch of an ELF loader](https://github.com/kragen/stoneknifeforth/blob/master/386.c).
 - [&ldquo;Creating tiny ELF executables&rdquo;](https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html) by Brian Raiter.