summaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 16:06:47 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:21:14 -0700
commit6a16b8aa68d6ccb5b55566b78b39a8433f3a03db (patch)
tree9401b2c132c3520a2a09d0868cad19cec39a34c3 /gnu/packages/engineering.scm
parentf457397ad76eb752a990eefd4b90681fc136d14a (diff)
downloadguix-patches-6a16b8aa68d6ccb5b55566b78b39a8433f3a03db.tar
guix-patches-6a16b8aa68d6ccb5b55566b78b39a8433f3a03db.tar.gz
gnu: kicad: Fix typo "explicitly".
* gnu/packages/engineering (kicad): Fix typo in comment.
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r--gnu/packages/engineering.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 359503e9e1..9b0f00c7be 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")