gbranden pushed a commit to branch master
in repository groff.

commit 1d43c53974e66ad65adc379333e07f39f3c43623
Author: G. Branden Robinson <[email protected]>
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

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to