home: hub: zuo

Download patch

ref: d4f36433b3c7b41d18e9f4801f6fba9117c68ee5
parent: 8cdde33667bcc669f6253d0961563b2d86da1212
author: Sam Tobin-Hochstadt <samth@indiana.edu>
date: Tue Oct 25 07:36:06 CDT 2022

Fix two typos.

--- a/lib/zuo/shell.zuo
+++ b/lib/zuo/shell.zuo
@@ -53,7 +53,7 @@
        (loop (cdr args) (cons (car args) accum))])))
 
 (define (build-shell . strs)
-  (do-build-shell 'build-sehll strs))
+  (do-build-shell 'build-shell strs))
 
 (define (do-build-shell who . strs)
   (let ([strs (let loop ([strs strs])