summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-07-18 22:08:55 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-07-18 22:08:55 -0700
commit36b8060fa745d1b1031fc69075212fe16e81c013 (patch)
tree4513106561e30080b29af18323730740d55a65af
parent8780662836a33d08325682492fa76e68de3f5e13 (diff)
downloadtxr-36b8060fa745d1b1031fc69075212fe16e81c013.tar.gz
txr-36b8060fa745d1b1031fc69075212fe16e81c013.tar.bz2
txr-36b8060fa745d1b1031fc69075212fe16e81c013.zip
doc: fix recent typos.
* txr.1: fix misspelling of Arithmetic and algorithm introduced by recent updates: new math functions, and documentation of CRC-32 parameters.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index a8941980..7ff8f608 100644
--- a/txr.1
+++ b/txr.1
@@ -50557,7 +50557,7 @@ standard, which appeared in the 1999 revision ("C99").
Even if some of these functions happen not to be defined, it is nevertheless
possible to define them as methods in a user-defined arithmetic structure.
-See the section User-Defined Arithemtic Types below
+See the section User-Defined Arithmetic Types below
.coNP Functions @, cbrt @, erf @, erfc @, exp10 @, exp2 @, expm1 @, gamma @, j0 @, j1 @, lgamma @, log1p @, logb @, nearbyint @, rint @, significand @, tgamma @ y0 and @ y1
.synb
@@ -67992,7 +67992,7 @@ The
.code crc32
function returns the calculated CRC-32 as a nonnegative integer.
-The parameters of the algorith are as follows. The polynomial is
+The parameters of the algorithm are as follows. The polynomial is
.codn #x04C11DB7 ;
the input and result are reflected; the initial value is
.codn #xFFFFFFFF ;