aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-14 18:35:35 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-14 18:35:35 +0200
commitffbe2dc1e5d04e7d572ff8ab7b602cc2225fe2f5 (patch)
tree0ec82a6a9b06f7b40c7a97bd0d3445d16a991d06 /gnu/packages/game-development.scm
parent74b4d7a142193ea6006268139c79a1e68f0e9fb1 (diff)
downloadguix-ffbe2dc1e5d04e7d572ff8ab7b602cc2225fe2f5.tar
guix-ffbe2dc1e5d04e7d572ff8ab7b602cc2225fe2f5.tar.gz
gnu: python-sge-pygame: Fix typo in description.
* gnu/packages/game-development.scm (python-sge-pygame) [description]: Fix typo.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 06a7b03cc4..0039a738cc 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -298,7 +298,7 @@ files) into @file{.grf} and/or @file{.nfo} files.")
(synopsis "2D game engine for Python")
(description
"The SGE Game Engine (\"SGE\", pronounced like \"Sage\") is a
-general-purpose 2D game engine. It takes care of several details fro you so
+general-purpose 2D game engine. It takes care of several details for you so
you can focus on the game itself. This makes more rapid game development
possible, and it also makes the SGE easy to learn.")
(license license:lgpl3+)))