[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 26/28: [groff]: Fix decrepit spelling in test script.
From: |
G. Branden Robinson |
Subject: |
[groff] 26/28: [groff]: Fix decrepit spelling in test script. |
Date: |
Sat, 7 Sep 2024 21:36:49 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 1d43c53974e66ad65adc379333e07f39f3c43623
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Sep 7 08:46:57 2024 -0500
[groff]: Fix decrepit spelling in test script.
---
src/roff/groff/tests/arithmetic-works.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/roff/groff/tests/arithmetic-works.sh
b/src/roff/groff/tests/arithmetic-works.sh
index 6cbcb81a1..6031983f6 100755
--- a/src/roff/groff/tests/arithmetic-works.sh
+++ b/src/roff/groff/tests/arithmetic-works.sh
@@ -160,7 +160,7 @@ echo "$output" | grep -Fqx '6: decr -2147483648 ->
-2147483648' || wail
# A quirk that GNU troff arithmetic has is that one cannot directly
# assign INT_MIN to a register, because the negative sign is parsed
# separately from the digit sequence. (This is true even when the
-# negative sign is not intrepreted as a decrementation operator.)
+# negative sign is not interpreted as a decrementation operator.)
#
# .nr a 2147483647
# .tm a=\na
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 26/28: [groff]: Fix decrepit spelling in test script.,
G. Branden Robinson <=