diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:52:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:29 +0200 |
commit | 81a5dcfcbad8ba64b94e1f3f4f56e133635360c2 (patch) | |
tree | f8f55cb64f80d8357660ba74b5e05be7c849a56e /gnu/packages | |
parent | eb97517492b6eb35a3e05c6f739ba9b35e8af09b (diff) | |
download | guix-81a5dcfcbad8ba64b94e1f3f4f56e133635360c2.tar.gz guix-81a5dcfcbad8ba64b94e1f3f4f56e133635360c2.zip |
gnu: geda-gaf: Fix typo in description.
* gnu/packages/engineering.scm (geda-gaf)[description]: Fix typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
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.") |