summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2014-04-30 14:56:52 -0500
committerEric Bavier <bavier@member.fsf.org>2014-04-30 14:56:52 -0500
commitedf684ef9993d2c1e64a0bf0b8931608d7a0caf4 (patch)
tree2a65d6c9177e295a80f41a1444b56d6d98cfe860 /gnu/packages/maths.scm
parent3de01d3fa1772ee3dc217fb1464b8b2cce3e9178 (diff)
gnu: gmsh: Fix typos
* gnu/packages/maths.scm (gmsh): Fix typo and space aftern end-of-sentence.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1bbd2360de..03f6be120b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -358,11 +358,11 @@ files.")
"-DENABLE_BUILD_DYNAMIC:BOOL=ON")))
(home-page "http://www.geuz.org/gmsh/")
(synopsis "3D finite element grid generator")
- (description "Gmsh is a 3D finite element grid generator with a build-in
-CAD engine and post-processor. Its design goal is to provide a fast, light and
-user-friendly meshing tool with parametric input and advanced visualization
-capabilities. Gmsh is built around four modules: geometry, mesh, solver and
-post-processing. The specification of any input to these modules is done
-either interactively using the graphical user interface or in ASCII text files
-using Gmsh's own scripting language.")
+ (description "Gmsh is a 3D finite element grid generator with a built-in
+CAD engine and post-processor. Its design goal is to provide a fast, light
+and user-friendly meshing tool with parametric input and advanced
+visualization capabilities. Gmsh is built around four modules: geometry,
+mesh, solver and post-processing. The specification of any input to these
+modules is done either interactively using the graphical user interface or in
+ASCII text files using Gmsh's own scripting language.")
(license license:gpl2+)))