summaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-12 04:17:55 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-12 04:18:10 +0100
commit18a69803e2eea4f7555d6eafb6497a645c2d094f (patch)
treeee4b67eed3e26a022aa351a9f25314b6c70d735b /gnu/packages/engineering.scm
parent9bc06860220bd7e7640cd43b7dc5585d60c3721b (diff)
downloadguix-patches-18a69803e2eea4f7555d6eafb6497a645c2d094f.tar
guix-patches-18a69803e2eea4f7555d6eafb6497a645c2d094f.tar.gz
gnu: libspnav: Fix typo in description.
* gnu/packages/engineering.scm (libspnav)[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 01b3163130..ee013994c3 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2407,7 +2407,7 @@ or the official 3dxserv, as if they were using the magellan SDK.
Also, libspnav provides a magellan API wrapper on top of the new API. So, any
applications that were using the magellan library, can switch to libspnav
-without any changes. And programmers that are familliar with the magellan API
+without any changes. And programmers that are familiar with the magellan API
can continue using it with a free library without the restrictions of the
official SDK.")
(license license:bsd-3)))