From 57e69c1d2e1685fa8fdf8dd8f0043bafbe711d4c Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 17:18:27 -0700 Subject: gnu: mumps: Fix typo "Gaussian". * gnu/packages/maths (mumps)[description]: Fix typo. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/maths.scm') 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 -- cgit v1.2.3