guix-commits
[Top][All Lists]
Advanced

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

10/203: gnu: gdk-pixbuf+svg: Fix typo in comment.


From: guix-commits
Subject: 10/203: gnu: gdk-pixbuf+svg: Fix typo in comment.
Date: Wed, 3 Nov 2021 21:09:43 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit d74e329a979d4a37410ba461721e0de85ecd6177
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 06:57:40 2021 -0500

    gnu: gdk-pixbuf+svg: Fix typo in comment.
    
    * gnu/packages/gtk.scm (gdk-pixbuf+svg): Fix typo in comment.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 24b8ad1..3ebd87e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -712,7 +712,7 @@ scaled, composited, modified, saved, or rendered.")
     (license license:lgpl2.1+)))
 
 ;; To build gdk-pixbuf with SVG support, we need librsvg, and librsvg depends
-;; on gdk-pixbuf, so this new varibale.  Also, librsvg adds 90MiB to the
+;; on gdk-pixbuf, so this new variable.  Also, librsvg adds 90MiB to the
 ;; closure size.
 (define-public gdk-pixbuf+svg
   (package/inherit gdk-pixbuf



reply via email to

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