diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:36 +0200 |
commit | 7a82889156378bc19ebad83accfdb7e3041dddc0 (patch) | |
tree | ee70415a2a796ea4af3f731cb0b525b01fdbf237 /gnu | |
parent | 48e1f21b3fea4d9dac98b347bf11d13893970f78 (diff) | |
download | guix-7a82889156378bc19ebad83accfdb7e3041dddc0.tar.gz guix-7a82889156378bc19ebad83accfdb7e3041dddc0.zip |
gnu: chez-scheme-bootstrap-bootfiles: Fix typo in description.
* gnu/packages/chez.scm (chez-scheme-bootstrap-bootfiles)[description]:
Fix ‘upsream’ typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/chez.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 1b831a2ce3..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."))) |