diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-20 20:56:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-20 22:27:34 +0100 |
commit | cb7781177bf2a50b0f5a1ead69ca68d35cf20cf8 (patch) | |
tree | b9f21ef27d35ffc6086963804833dfcc8be73ea3 /gnu/packages/video.scm | |
parent | d6e8a84e2ac0990b6750b93f47d20e58e8488569 (diff) | |
download | patches-cb7781177bf2a50b0f5a1ead69ca68d35cf20cf8.tar patches-cb7781177bf2a50b0f5a1ead69ca68d35cf20cf8.tar.gz |
gnu: video, xml: Fix typo.
* gnu/packages/video.scm (libva)[synopsis]: Fix ‘libary’ typo.
[description]: Use @dfn.
* gnu/packages/xml.scm (libebml): Likewise.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2db16b179a..fa3aa0e8f0 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -523,10 +523,10 @@ SMPTE 314M.") (inputs `(("libebml" ,libebml))) (home-page "https://www.matroska.org") - (synopsis "C++ libary to parse Matroska files (.mkv and .mka)") + (synopsis "C++ library to parse Matroska files (.mkv and .mka)") (description "Matroska aims to become the standard of multimedia container formats. -It is based on EBML (Extensible Binary Meta Language), a binary derivative +It is based on @dfn{EBML} (Extensible Binary Meta Language), a binary derivative of XML. EBML enables the Matroska Development Team to gain significant advantages in terms of future format extensibility, without breaking file support in old parsers. |