me
/
guix
Archived
1
0
Fork 0

gnu: racket-vm-cs: Fix typo in description.

* gnu/packages/racket.scm (racket-vm-cs)[description]:
Fix ‘implemetation’ typo.
master
Tobias Geerinckx-Rice 2022-05-22 02:00:00 +02:00
parent 69437fa88a
commit a504a446f0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ collector, 3M (``Moving Memory Manager'').")
(synopsis "Racket CS implementation")
(description "The Racket CS implementation, which uses ``Chez Scheme'' as
its core compiler and runtime system, has been the default Racket VM
implemetation since Racket 8.0. It performs better than the Racket BC
implementation since Racket 8.0. It performs better than the Racket BC
implementation for most programs.
Using the Racket VM packages directly is not recommended: instead, install the