summaryrefslogtreecommitdiff
path: root/dist/bignum/t/bigrat.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/bignum/t/bigrat.t')
-rw-r--r--dist/bignum/t/bigrat.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/bignum/t/bigrat.t b/dist/bignum/t/bigrat.t
index 2865453dc2..7f40d62b09 100644
--- a/dist/bignum/t/bigrat.t
+++ b/dist/bignum/t/bigrat.t
@@ -40,7 +40,7 @@ is (3/7 / 1,'3/7');
is (3/7 / 1.5,'2/7');
###############################################################################
-# accurarcy and precision
+# accuracy and precision
is (bigrat->accuracy(), undef);
is (bigrat->accuracy(12),12);