diff options
Diffstat (limited to 'gnu/packages/chez.scm')
-rw-r--r-- | gnu/packages/chez.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 7e6273f26a..b037efe8d4 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm @@ -529,7 +529,7 @@ current platform. (Chez can then cross-compile bootfiles for all other supported platforms.) This package provides bootstrap bootfiles for upstream Chez Scheme. -Currently, it simply packages the binaries checked in to the upsream +Currently, it simply packages the binaries checked in to the upstream repository. Hopefully we can eventually adapt Racket's @code{cs-bootstrap} to work with upstream Chez Scheme so that we can bootstrap these files from source."))) @@ -712,7 +712,7 @@ Chez Scheme."))) (else (format #t "not making docs~%")))))))) (home-page "https://github.com/dybvig/stex") - (synopsis "LaTeX with embeded Scheme code and HTML generation") + (synopsis "LaTeX with embedded Scheme code and HTML generation") (description "The @code{stex} package extends LaTeX with a handful of commands for including Scheme code (or pretty much any other kind of code, as long as you don't plan to use the Scheme-specific transcript support) in a |