diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 04:17:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 04:18:10 +0100 |
commit | 18a69803e2eea4f7555d6eafb6497a645c2d094f (patch) | |
tree | ee4b67eed3e26a022aa351a9f25314b6c70d735b /gnu | |
parent | 9bc06860220bd7e7640cd43b7dc5585d60c3721b (diff) | |
download | guix-18a69803e2eea4f7555d6eafb6497a645c2d094f.tar.gz guix-18a69803e2eea4f7555d6eafb6497a645c2d094f.zip |
gnu: libspnav: Fix typo in description.
* gnu/packages/engineering.scm (libspnav)[description]: Fix typo.
Diffstat (limited to 'gnu')
-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 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))) |