summaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 19:52:11 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-10 14:11:29 +0200
commit81a5dcfcbad8ba64b94e1f3f4f56e133635360c2 (patch)
treef8f55cb64f80d8357660ba74b5e05be7c849a56e /gnu/packages/engineering.scm
parenteb97517492b6eb35a3e05c6f739ba9b35e8af09b (diff)
downloadguix-patches-81a5dcfcbad8ba64b94e1f3f4f56e133635360c2.tar
guix-patches-81a5dcfcbad8ba64b94e1f3f4f56e133635360c2.tar.gz
gnu: geda-gaf: Fix typo in description.
* gnu/packages/engineering.scm (geda-gaf)[description]: Fix typo.
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 57464e1834..b5568b8563 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -266,7 +266,7 @@ plans and designs.")
suite grouped together under the gEDA name. gEDA/gaf is a collection of tools
which currently includes: gschem, a schematic capture program; gnetlist, a
netlist generation program; gsymcheck, a syntax checker for schematic symbols;
-gattrib, a spreadsheet programm that manipulates the properties of symbols of
+gattrib, a spreadsheet programme that manipulates the properties of symbols of
a schematic; libgeda, libraries for gschem gnetlist and gsymcheck; gsch2pcb, a
tool to forward annotation from your schematic to layout using PCB; some minor
utilities.")