summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-03-09 23:10:41 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-03-09 23:10:41 +0000
commit959d69ed7099e265e701dbf26fcbd5c513285bde (patch)
tree942d17a8321ddb69358ff1cc4c770964a296ce2c /TODO
parent264570b7ab3d696fd72daffbb6a5c57ae3478c47 (diff)
downloadmpfr-959d69ed7099e265e701dbf26fcbd5c513285bde.tar.gz
Fixed spelling mistakes found by codespell 1.12.0.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12474 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3379a9a2c..a72628bc5 100644
--- a/TODO
+++ b/TODO
@@ -59,7 +59,7 @@ Table of contents:
- export mpfr_overflow and mpfr_underflow as public functions
- many functions currently taking into account the precision of the *input*
- variable to set the initial working precison (acosh, asinh, cosh, ...).
+ variable to set the initial working precision (acosh, asinh, cosh, ...).
This is nonsense since the "average" working precision should only depend
on the precision of the *output* variable (and maybe on the *value* of
the input in case of cancellation).