guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/18: gnu: mumps: Fix typo "Gaussian".


From: guix-commits
Subject: 03/18: gnu: mumps: Fix typo "Gaussian".
Date: Wed, 22 May 2019 21:30:40 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 57e69c1d2e1685fa8fdf8dd8f0043bafbe711d4c
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 17:18:27 2019 -0700

    gnu: mumps: Fix typo "Gaussian".
    
    * gnu/packages/maths (mumps)[description]: Fix typo.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b9057df..f88f48b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]