diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-06-22 12:36:55 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-06-22 12:38:21 -0400 |
commit | 3d77785a10fd32d8fc75f103043bc858edd30ca2 (patch) | |
tree | 05b4211e0e418921553b504436de2a38fc86a493 /gnu/packages/game-development.scm | |
parent | a7cbe727d40cd9c9fcce3347da0f0675d6a6102d (diff) | |
download | patches-3d77785a10fd32d8fc75f103043bc858edd30ca2.tar patches-3d77785a10fd32d8fc75f103043bc858edd30ca2.tar.gz |
gnu: grfcodec: Fix a typo.
* gnu/packages/game-development.scm (grfcodec)[description]: Reorder the
acronym and its expansion using @dfn.
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 e44fd7a2c7..d44fc4e09d 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -190,7 +190,7 @@ DeuTex has functions such as merging wads, etc.") ("zlib" ,zlib))) (synopsis "GRF development tools") (description - "The @dfn{GRF} (Graphics Resource File) development tools are a set of + "The @dfn{Graphics Resource File} (GRF) development tools are a set of tools for developing (New)GRFs. It includes a number of smaller programs, each with a specific task: @enumerate |