guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: agg: Fix typo in description.


From: guix-commits
Subject: 03/03: gnu: agg: Fix typo in description.
Date: Wed, 14 Jul 2021 21:43:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 91eee87002406329b93e92aee6b2eae8fab36267
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 14 17:13:21 2021 +0200

    gnu: agg: Fix typo in description.
    
    * gnu/packages/graphics.scm (agg)[description]: Add missing article and
    work around scalable vector graphics graphics.
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 2211bfc..70b0c18 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1570,8 +1570,8 @@ and understanding different BRDFs (and other component 
functions).")
     (synopsis "High-quality 2D graphics rendering engine for C++")
     (description
      "Anti-Grain Geometry is a high quality rendering engine written in C++.
-It supports sub-pixel resolutions and anti-aliasing.  It is also library for
-rendering SVG graphics.")
+It supports sub-pixel resolutions and anti-aliasing.  It is also a library for
+rendering @acronym{SVG, Scalable Vector Graphics}.")
     (license license:gpl2+)))
 
 (define-public python-pastel



reply via email to

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