guix-commits
[Top][All Lists]
Advanced

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

02/23: gnu: kicad: Fix typo "explicitly".


From: guix-commits
Subject: 02/23: gnu: kicad: Fix typo "explicitly".
Date: Wed, 22 May 2019 21:22:37 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 6a16b8aa68d6ccb5b55566b78b39a8433f3a03db
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 16:06:47 2019 -0700

    gnu: kicad: Fix typo "explicitly".
    
    * gnu/packages/engineering (kicad): Fix typo in comment.
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 359503e..9b0f00c 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -779,7 +779,7 @@ language.")
                "-DKICAD_SCRIPTING=ON"
                "-DKICAD_SCRIPTING_MODULES=ON"
                "-DKICAD_SCRIPTING_WXPYTHON=ON"
-               ;; Has to be set explicitely, as we don't have the wxPython
+               ;; Has to be set explicitly, as we don't have the wxPython
                ;; headers in the wxwidgets store item, but in wxPython.
                (string-append "-DCMAKE_CXX_FLAGS=-I"
                               (assoc-ref %build-inputs "wxpython")



reply via email to

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