diff options
author | Roman Riabenko <roman@riabenko.com> | 2022-05-24 09:25:24 +0300 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-05-26 09:14:10 +0200 |
commit | 8dc47f9ee4f471cf4c2499bfbd90d281ba5c5368 (patch) | |
tree | 3ae4e862d3ede7cb4c0a83ea4f722fbe60a3f05d /gnu | |
parent | 1f29ed4a812f86c45e2d9c37fd9f80f6d0418293 (diff) |
gnu: robotfindskitten: Fix typo in description.
* gnu/packages/games.scm (robotfindskitten)[description]: Use correct spelling
of “humorously”.
Diffstat (limited to 'gnu')
-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 2fb772bbe4..3e4369f474 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2283,7 +2283,7 @@ utilizing the art assets from the @code{SuperTux} project.") (synopsis "Thematic meditative game") (description "You are a robot moving around in a realm filled with ASCII characters. -Examine humourously described though useless items as you search for a kitten +Examine humorously described though useless items as you search for a kitten among them. The theme of this Zen simulation is continued in its documentation.") (home-page "http://robotfindskitten.org/") |