guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: video, xml: Fix typo.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: video, xml: Fix typo.
Date: Sat, 20 Jan 2018 16:25:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cb7781177bf2a50b0f5a1ead69ca68d35cf20cf8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jan 20 20:56:50 2018 +0100

    gnu: video, xml: Fix typo.
    
    * gnu/packages/video.scm (libva)[synopsis]: Fix ‘libary’ typo.
    [description]: Use @dfn.
    * gnu/packages/xml.scm (libebml): Likewise.
---
 gnu/packages/video.scm | 4 ++--
 gnu/packages/xml.scm   | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2db16b1..fa3aa0e 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.
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index eccef0d..78ead88 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]