diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 14:47:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 14:53:33 +0200 |
commit | 1480d212e8292dc71a508f0c1207c911bbb181fc (patch) | |
tree | 54f1c985f87967cd453b0d7fb279a367cc9f3b82 /gnu/packages/maths.scm | |
parent | 4a1e361086503e7882da8b9785bb06d3c2e8a6ef (diff) |
gnu: qalculate-gtk: Fix typo in description.
* gnu/packages/maths.scm (qalculate-gtk)[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 dbc670178a..051164f5c3 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5715,6 +5715,6 @@ cli.") multi-purpose GUI desktop calculator. 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, +integrals and equations), arbitrary precision, uncertainty propagation, interval arithmetic, plotting.") (license license:gpl2+))) |