aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2024-10-20 20:52:06 -0500
committerJacob Bachmeyer <jcb@gnu.org>2024-10-20 20:52:06 -0500
commit935a51f3c66ece357ce0d18f3aa3627a13cef7d5 (patch)
tree96bffee4521e4117bebd6b9cde0775f04e94c6ac
parent417b59616a5ce4c5e752c34e11fe5ddc0f41b80c (diff)
downloaddejagnu-master.zip
dejagnu-master.tar.gz
dejagnu-master.tar.bz2
Fix typo in reference manualHEADmaster
-rw-r--r--ChangeLog7
-rw-r--r--doc/dejagnu.texi2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 754ecd4..c6804f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-10-20 Jacob Bachmeyer <jcb@gnu.org>
+
+ PR73907
+
+ * doc/dejagnu.texi (Writing a test case): Fix typo reported by
+ Heiko Eissfeldt.
+
2024-09-23 Jacob Bachmeyer <jcb@gnu.org>
* commands/report-card.awk: When preparing to compute totals and
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 201f33d..61739a7 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -2190,7 +2190,7 @@ built up a family of Tcl procedures specialized for GDB testing.
@cindex hints on writing a test case
@cindex test cases, writing
-To preserve basic sanity, no should test ever pass if there was any
+To preserve basic sanity, no test should ever pass if there was any
kind of problem in the test case. To take an extreme case, tests that
pass even when the tool will not spawn are misleading. Ideally, a
test in this sort of situation should not fail either. Instead, print