diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 11:56:49 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 12:03:37 -0700 |
commit | 67e2e1718cc79c73bb0272b691522b7d41a73bb3 (patch) | |
tree | 44c049d7fc06cbbe63206a1e47116e9f20500c5e /gnu/packages/maths.scm | |
parent | 1d0feeb09c5d6b84d8d45173f56593e09b1ad52f (diff) | |
download | patches-67e2e1718cc79c73bb0272b691522b7d41a73bb3.tar patches-67e2e1718cc79c73bb0272b691522b7d41a73bb3.tar.gz |
gnu: libqalculate: Fix spelling of "uncertainty".
* gnu/packages/maths (libqalculate): 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 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+))) |