diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-29 19:02:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-29 22:06:00 +0200 |
commit | 92bdf777904ab2231977426e21cfce087448c387 (patch) | |
tree | 17a76af1c5d307c4088df4da497f68e86eb5d461 /gnu/packages/games.scm | |
parent | dbe7095b4641e0a5c2fef53701267fcb00c39e74 (diff) | |
download | guix-92bdf777904ab2231977426e21cfce087448c387.tar guix-92bdf777904ab2231977426e21cfce087448c387.tar.gz |
gnu: glulxe: Fix typo.
* gnu/packages/games.scm (glulxe)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 5e4257a166..3c41b107e0 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1041,7 +1041,7 @@ using the @code{curses.h} library for screen control.") "Glulx is a 32-bit portable virtual machine intended for writing and playing interactive fiction. It was designed by Andrew Plotkin to relieve some of the restrictions in the venerable Z-machine format. This is the -reference interpreter, using Glk API.") +reference interpreter, using the Glk API.") (license license:expat))) (define-public fizmo |