More typo fixes
authorclinton <clinton@unknownlamer.org>
Thu, 11 Dec 2008 22:58:40 +0000 (22:58 +0000)
committerclinton <clinton@unknownlamer.org>
Thu, 11 Dec 2008 22:58:40 +0000 (22:58 +0000)
Code.muse

index 0d8d775..06e8e5c 100644 (file)
--- a/Code.muse
+++ b/Code.muse
@@ -34,9 +34,8 @@ forms library from ucw_ajax updated for use with ucw-core.
 *** [[darcsweb::ucw-core_clinton][ucw-core branch]]
 
 I maintain a personal branch of ucw-core with various work in progress
-patches that are intended to go into upstream. My primary task is
-filling in the ucw-standard library which was removed in the ucw-core
-fork.
+patches that are intended to go upstream. My primary task is filling
+in the ucw-standard library which was removed in the ucw-core fork.
 
 ** [[darcsweb::trivial-timers][Trivial-Timers]]
 
@@ -51,7 +50,7 @@ a dedicated thread that sleeps on a condition variable with a
 timeout. This seems *cleaner* to me than using POSIX lib calls, but
 requires a threaded Lisp.
 
-[[http://release.unknownlamer.org/trivial-timers/][Releases are available]] with the usual [[darcsweb::trivial-timers][darcs repo]]. Currently there is a
+[[http://releases.unknownlamer.org/trivial-timers/][Releases are available]] with the usual [[darcsweb::trivial-timers][darcs repo]]. Currently there is a
 native SBCL implementation and a portable implementation relying upon
 [[http://common-lisp.net/project/bordeaux-threads/][Bordeaux Threads]]. Patches to export other Lisp implementations' timer
 interface are welcome.