summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/terandom_chisq.c2
-rw-r--r--tests/tnrandom_chisq.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/terandom_chisq.c b/tests/terandom_chisq.c
index 66de5469d..5d4e5109a 100644
--- a/tests/terandom_chisq.c
+++ b/tests/terandom_chisq.c
@@ -167,7 +167,7 @@ test_erandom_chisq_cont (long num, mpfr_prec_t prec, int nu,
}
/* Return a sequential number for a positive low-precision x. x is altered by
- * this fuction. low precision means prec = 2, 3, or 4. High values of
+ * this function. low precision means prec = 2, 3, or 4. High values of
* precision will result in integer overflow. */
static long
sequential (mpfr_t x)
diff --git a/tests/tnrandom_chisq.c b/tests/tnrandom_chisq.c
index 176a83c99..59a688c79 100644
--- a/tests/tnrandom_chisq.c
+++ b/tests/tnrandom_chisq.c
@@ -163,7 +163,7 @@ test_nrandom_chisq_cont (long num, mpfr_prec_t prec, int nu,
}
/* Return a sequential number for a positive low-precision x. x is altered by
- * this fuction. low precision means prec = 2, 3, or 4. High values of
+ * this function. low precision means prec = 2, 3, or 4. High values of
* precision will result in integer overflow. */
static long
sequential (mpfr_t x)