about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-10 09:55:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-10 09:55:44 -0700
commit7303b27fe555644daf45b89e9feb1908f1f085e4 (patch)
tree5f9f50fa026a84974cba6cf1df0ce1f4b16cc1ed /index.html
parent3556a31e67a07f832afd06c930d9573132468480 (diff)
downloadmu-7303b27fe555644daf45b89e9feb1908f1f085e4.tar.gz
3312
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index fb8f2c47..2938f838 100644
--- a/index.html
+++ b/index.html
@@ -64,7 +64,7 @@ that point. <a href='http://akkartik.name/post/wart-layers'>More details &rarr;<
 to show how to hook into the skeleton. Also summarizes how to invoke Mu,
 behaviors that later layers will be providing.
 <br/><a href='html/002test.cc.html'>002test.cc</a>: Mu's minimalist test
-harness, relying on a couple of one-liners in the makefile to autogenerate
+harness, relying on a couple of one-liners in the makefile to auto-generate
 lists of tests to run.
 <br/><a href='html/003trace.cc.html'>003trace.cc</a>: support for logging
 facts about our program, and for <a href='http://akkartik.name/post/tracing-tests'>checking the facts logged in tests</a>.