summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-03-08 02:42:59 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-03-08 02:42:59 +0000
commitaa5b75c6d292fe5700058f63ae21cee047981574 (patch)
treef92551aab202840e2168a101036b190bd55c0b79 /doc
parentad6330e86308eec38ddeb02f272ca8877248c71d (diff)
downloadmpfr-aa5b75c6d292fe5700058f63ae21cee047981574.tar.gz
Added codespell.ignore file with simple words to ignore with codespell
("cas"; "iff" as used in math; "nd" as the n comes from \n in printf, but nd could also be a variable name; "te" as used as a variable name). Updated tools/mpfrlint to use this file with codespell. Fixed spelling mistakes found by codespell 1.11.0. (merged changesets r12467-12469 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@12470 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dev2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.dev b/doc/README.dev
index 8155d0948..ae91449ec 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -978,7 +978,7 @@ mpfr_prec_t mpfr_exp_threshold;
#undef MPFR_EXP_THRESHOLD
#define MPFR_EXP_THRESHOLD mpfr_exp_threshold
/* Include the test function to threshold directly in the test
- program. It will overide the mpfr_exp coming from libmpfr.a */
+ program. It will override the mpfr_exp coming from libmpfr.a */
#include "exp.c"
/* Define the speed function related to mpfr_exp */
static double speed_mpfr_exp (struct speed_params *s) {