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/xml.scm | |
parent | d6e8a84e2ac0990b6750b93f47d20e58e8488569 (diff) | |
download | guix-cb7781177bf2a50b0f5a1ead69ca68d35cf20cf8.tar guix-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/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index eccef0d898..78ead8827c 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -103,10 +103,10 @@ things the parser might find in the XML document (like start tags).") "005a0ipqnfbsq47zrc61zszi439jw32q5xd6dc1jyb3lc0zl266q")))) (build-system gnu-build-system) (home-page "https://matroska-org.github.io/libebml/") - (synopsis "C++ libary to parse EBML files") - (description "libebml is a C++ library to read and write EBML (Extensible -Binary Meta Language) files. EBML was designed to be a simplified binary -extension of XML for the purpose of storing and manipulating data in a + (synopsis "C++ library to parse EBML files") + (description "libebml is a C++ library to read and write @dfn{EBML} +(Extensible Binary Meta Language) files. EBML was designed to be a simplified +binary extension of XML for the purpose of storing and manipulating data in a hierarchical form with variable field lengths.") (license license:lgpl2.1))) |