Fix typo in notes
authorWayne Conrad <kf7qga@gmail.com>
Sat, 1 Jul 2017 21:24:41 +0000 (14:24 -0700)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 1 Jul 2017 23:12:05 +0000 (19:12 -0400)
notes.adoc

index cac3a133598d3120736c725df54f7b4d7b5f984b..884d1ce7f7d5ff970e2ca331687afe5e17cffe67 100644 (file)
@@ -137,7 +137,7 @@ ways:
   to fix it because doing so would (a) be quite difficult, and (b)
   compromise forward-portability to other languages.
 
-* Muxh of the code still assumes one-origin array indexing.  Thus,
+* Much of the code still assumes one-origin array indexing.  Thus,
   arrays are a cell larger than they strictly need to be and cell 0 is
   unused.