guix-commits
[Top][All Lists]
Advanced

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

18/27: gnu: openscenegraph: Fix typo in description.


From: guix-commits
Subject: 18/27: gnu: openscenegraph: Fix typo in description.
Date: Sun, 16 Feb 2020 16:59:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 99ed3a1f0b58a355becbbbd75b7f3a3f8ebb3539
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Feb 16 21:02:53 2020 +0100

    gnu: openscenegraph: Fix typo in description.
    
    * gnu/packages/graphics.scm (openscenegraph)[synopsis, description]: Add 
missing hyphen.
---
 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 f437c26..c30f23d 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -474,9 +474,9 @@ visual effects work for film.")
        ("libxrandr" ,libxrandr)
        ("ffmpeg" ,ffmpeg)
        ("mesa" ,mesa)))
-    (synopsis "High performance real-time graphics toolkit")
+    (synopsis "High-performance real-time graphics toolkit")
     (description
-     "The OpenSceneGraph is a high performance 3D graphics toolkit
+     "The OpenSceneGraph is a high-performance 3D graphics toolkit
 used by application developers in fields such as visual simulation, games,
 virtual reality, scientific visualization and modeling.")
     (home-page "http://www.openscenegraph.org";)



reply via email to

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