From 67e2e1718cc79c73bb0272b691522b7d41a73bb3 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 12 Apr 2020 11:56:49 -0700 Subject: gnu: libqalculate: Fix spelling of "uncertainty". * gnu/packages/maths (libqalculate): 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 cd786ac0e8..ed856e09c9 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5452,7 +5452,7 @@ researchers and developers alike to get started on SAT.") It provides basic and advanced functionality. Features include customizable functions, unit calculations, and conversions, physical constants, symbolic calculations (including integrals and equations), arbitrary precision, -uncertainity propagation, interval arithmetic, plotting and a user-friendly +uncertainty propagation, interval arithmetic, plotting and a user-friendly cli.") (license license:gpl2+))) -- cgit v1.2.3 From 48b0d9c071397a5de5b5c2c5b8bc4b87b757bcc2 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 12 Apr 2020 13:26:27 -0700 Subject: gnu: dune-subgrid: Fix grammar of "allows to mark" to "marks". * gnu/packages/maths (dune-subgrid): Fix grammar. --- 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 ed856e09c9..9930f491a2 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4985,7 +4985,7 @@ cubes.") ("pkg-config" ,pkg-config))) (home-page "http://numerik.mi.fu-berlin.de/dune-subgrid/index.php") (synopsis "Distributed and Unified Numerics Environment") - (description "The dune-subgrid module allows to mark elements of + (description "The dune-subgrid module marks elements of another hierarchical dune grid. The set of marked elements can then be accessed as a hierarchical dune grid in its own right. Dune-Subgrid provides the full grid interface including adaptive mesh refinement.") -- cgit v1.2.3