From 2774d348f5eed23d1e154cbe8c0c5ae401d25261 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 18 Jul 2023 22:08:55 -0700 Subject: 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. --- txr.1 | 4 ++-- 1 file 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 ; -- cgit v1.2.3