guix-commits
[Top][All Lists]
Advanced

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

45/52: gnu: libglvnd: Fix typo in description.


From: guix-commits
Subject: 45/52: gnu: libglvnd: Fix typo in description.
Date: Sat, 10 Apr 2021 08:15:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a036f3ea2d3c926f6cb8afe25d4eb0bbf31d5b89
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 9 19:58:17 2021 +0200

    gnu: libglvnd: Fix typo in description.
    
    * gnu/packages/gl.scm (libglvnd)[description]: Fix typo.
---
 gnu/packages/gl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index dec2835..a3839c0 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -720,7 +720,7 @@ OpenGL graphics API.")
     (description
      "libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL
 API calls between multiple vendors.  It allows multiple drivers from
-different vendors to coexist on the same filesystem, and determines which
+different vendors to coexist on the same file system, and determines which
 vendor to dispatch each API call to at runtime.
 
 Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES.")



reply via email to

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