diff options
author | David Thompson <davet@gnu.org> | 2017-02-09 04:36:44 -0500 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2017-02-09 04:36:44 -0500 |
commit | 3fc32a79e3c08e3e4dca2fc7a72946273d48587c (patch) | |
tree | df2f8f75c937f2a804968f35a254fb6c66dba395 | |
parent | 7fe48853acbd376cdd9c701d6d37acc2784d130d (diff) |
Fix typo in about page.
-rw-r--r-- | haunt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -292,7 +292,7 @@ system. The official repository is hosted at " `((h2 "Hi.") (p "I am a professional software developer and free software activist based in Massachusetts.") - (p "I graudated from " + (p "I graduated from " ,(anchor "Worcester State University" "http://worcester.edu") " in 2012 with a BS in Computer Science.") (p "I am currently a web developer with a focus on operations |