gnu: bennu-game-development-modules: Fix typos.

* gnu/packages/game-development.scm (bennu-game-development-modules)
[synopsis, description]: Fix ‘developement’ spelling.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-16 23:16:31 +02:00
parent 881a3521f6
commit 0525864bdc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1400,9 +1400,9 @@ (define-public bennu-game-development-modules
("openssl" ,openssl) ("openssl" ,openssl)
("sdl-mixer" ,sdl-mixer) ("sdl-mixer" ,sdl-mixer)
("bennu-game-development" ,bennu-game-development))) ("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 (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."))) joystick support.")))
(define-public plib (define-public plib