groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 10/38: [tests]: Fix repeated typo.


From: G. Branden Robinson
Subject: [groff] 10/38: [tests]: Fix repeated typo.
Date: Mon, 3 Oct 2022 01:42:55 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit cb14ae2ba36af4e5b2e9aee515a68f08fa74ae9f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Sep 28 02:57:26 2022 -0500

    [tests]: Fix repeated typo.
---
 src/roff/groff/tests/some_escapes_accept_newline_delimiters.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/roff/groff/tests/some_escapes_accept_newline_delimiters.sh 
b/src/roff/groff/tests/some_escapes_accept_newline_delimiters.sh
index c888b1e86..1bb2a2a22 100755
--- a/src/roff/groff/tests/some_escapes_accept_newline_delimiters.sh
+++ b/src/roff/groff/tests/some_escapes_accept_newline_delimiters.sh
@@ -38,7 +38,7 @@ input=".sp
 That's my bracket.
 .pl \n(nlu"
 
-echo "checking that newline is accepted as delimeter to 'b' escape" >&2
+echo "checking that newline is accepted as delimiter to 'b' escape" >&2
 output=$(printf "%s\n" "$input" | "$groff" -Tascii -ww -z 2>&1)
 test -z "$output" || wail
 
@@ -47,7 +47,7 @@ e\(aa
 in Paris
 .pl \n(nlu"
 
-echo "checking that newline is accepted as delimeter to 'o' escape" >&2
+echo "checking that newline is accepted as delimiter to 'o' escape" >&2
 output=$(printf "%s\n" "$input" | "$groff" -Tascii -ww -z 2>&1)
 test -z "$output" || wail
 
@@ -57,7 +57,7 @@ girth
 \nw units.
 .pl \n(nlu"
 
-echo "checking that newline is accepted as delimeter to 'w' escape" >&2
+echo "checking that newline is accepted as delimiter to 'w' escape" >&2
 output=$(printf "%s\n" "$input" | "$groff" -Tascii -ww -z 2>&1)
 test -z "$output" || wail
 
@@ -67,7 +67,7 @@ tty: bogus
 now.
 .pl \n(nlu"
 
-echo "checking that newline is accepted as delimeter to 'X' escape" >&2
+echo "checking that newline is accepted as delimiter to 'X' escape" >&2
 output=$(printf "%s\n" "$input" | "$groff" -Tascii -ww -z 2>&1)
 test -z "$output" || wail
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]