groff-commit
[Top][All Lists]
Advanced

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

[groff] 04/14: Fix misspelled test file name.


From: G. Branden Robinson
Subject: [groff] 04/14: Fix misspelled test file name.
Date: Mon, 24 Jan 2022 10:28:40 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 345600cdd554ca58a9511b5f06a1b953065935fb
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Jan 22 03:53:13 2022 +1100

    Fix misspelled test file name.
---
 ChangeLog                                                               | 2 +-
 ...upresses-leader.sh => s_XA-literal-no-argument-suppresses-leader.sh} | 2 +-
 tmac/tmac.am                                                            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7b69b58e..6342da0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -187,7 +187,7 @@
 
        [ms]: Add regression test for Savannah #61853.
 
-       * tmac/tests/s_XA-literal-no-argument-supresses-leader.sh: Do
+       * tmac/tests/s_XA-literal-no-argument-suppresses-leader.sh: Do
        it.
        * tmac/tmac.am (tmac_TESTS): Run it.
 
diff --git a/tmac/tests/s_XA-literal-no-argument-supresses-leader.sh 
b/tmac/tests/s_XA-literal-no-argument-suppresses-leader.sh
similarity index 99%
rename from tmac/tests/s_XA-literal-no-argument-supresses-leader.sh
rename to tmac/tests/s_XA-literal-no-argument-suppresses-leader.sh
index 95a333f7..a5099a1b 100755
--- a/tmac/tests/s_XA-literal-no-argument-supresses-leader.sh
+++ b/tmac/tests/s_XA-literal-no-argument-suppresses-leader.sh
@@ -22,7 +22,7 @@ groff="${abs_top_builddir:-.}/test-groff"
 
 # Regression-test Savannah #61853.
 #
-# The word "no" as the first argument to the `XA` macro should supresss
+# The word "no" as the first argument to the `XA` macro should suppresss
 # not just the page number, but the leader before it as well.
 
 input='.PP
diff --git a/tmac/tmac.am b/tmac/tmac.am
index d02a8a76..872809e5 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -198,7 +198,7 @@ tmac_TESTS = \
   tmac/tests/s_R-handles-its-arguments.sh \
   tmac/tests/s_SH-resets-IP-indentation-amount.sh \
   tmac/tests/s_TC-works-with-percent-in-custom-titles.sh \
-  tmac/tests/s_XA-literal-no-argument-supresses-leader.sh
+  tmac/tests/s_XA-literal-no-argument-suppresses-leader.sh
 TESTS += $(tmac_TESTS)
 EXTRA_DIST += $(tmac_TESTS)
 



reply via email to

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