diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-16 23:16:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-17 03:21:08 +0200 |
commit | 0525864bdc08778892116e5cc2684a3b958d6e03 (patch) | |
tree | 54f2e8c48ace4ae502c99ab1a4668d31486b99bc /gnu/packages/game-development.scm | |
parent | 881a3521f6121eb8270de63fb08daf13633f1a58 (diff) | |
download | patches-0525864bdc08778892116e5cc2684a3b958d6e03.tar patches-0525864bdc08778892116e5cc2684a3b958d6e03.tar.gz |
gnu: bennu-game-development-modules: Fix typos.
* gnu/packages/game-development.scm (bennu-game-development-modules)
[synopsis, description]: Fix ‘developement’ spelling.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 79b87856d5..5dd22215b8 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1400,9 +1400,9 @@ Fenix.") ("openssl" ,openssl) ("sdl-mixer" ,sdl-mixer) ("bennu-game-development" ,bennu-game-development))) - (synopsis "Modules for the Bennu Game Developement programming language") + (synopsis "Modules for the Bennu Game Development programming language") (description "This package contains a collection of modules for the Bennu -Game Developement programming language, from CD handling through SDL to +Game Development programming language, from CD handling through SDL to joystick support."))) (define-public plib |