diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:18:27 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:29:33 -0700 |
commit | 57e69c1d2e1685fa8fdf8dd8f0043bafbe711d4c (patch) | |
tree | 84f2873756a9b006ebc96970f30b92fe8ebb9615 /gnu/packages/maths.scm | |
parent | 245289f8ddcead9b64bad1a5d237071a7979349b (diff) |
gnu: mumps: Fix typo "Gaussian".
* gnu/packages/maths (mumps)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index b9057dfead..f88f48b82b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2182,7 +2182,7 @@ IORDERINGSC = $(IPORD) $(IMETIS) $(ISCOTCH)" (synopsis "Multifrontal sparse direct solver") (description "MUMPS (MUltifrontal Massively Parallel sparse direct Solver) solves a -sparse system of linear equations A x = b using Guassian elimination.") +sparse system of linear equations A x = b using Gaussian elimination.") (license license:cecill-c))) (define-public mumps-metis |