diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-06-22 12:32:22 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-06-22 12:35:33 -0400 |
commit | a7cbe727d40cd9c9fcce3347da0f0675d6a6102d (patch) | |
tree | be57cc1ce4c5a8ada708a64dafd903bb6cea7708 /gnu/packages/game-development.scm | |
parent | c1dfe8c30b06c5a7f41522b75ad891b2516fe402 (diff) | |
download | patches-a7cbe727d40cd9c9fcce3347da0f0675d6a6102d.tar patches-a7cbe727d40cd9c9fcce3347da0f0675d6a6102d.tar.gz |
gnu: nml: Fix a typo.
* gnu/packages/game-development.scm (nml)[description]: Reorder the
acronym and its expansion using @dfn. Delete a duplicated word.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index a378d8e91b..e44fd7a2c7 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -267,7 +267,7 @@ provide connectivity for client applications written in any language.") (home-page "http://dev.openttdcoop.org/projects/nml") (synopsis "NML compiler") (description - "@dfn{NML} (NewGRF Meta Language) is a a python-based compiler, capable of + "@dfn{NewGRF Meta Language} (NML) is a python-based compiler, capable of compiling NML files (along with their associated language, sound and graphic files) into @file{.grf} and/or @file{.nfo} files.") (license license:gpl2+))) |