[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: doc: typos in test file.
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: doc: typos in test file. |
Date: |
Mon, 29 Apr 2024 21:22:02 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=618408d7507fb2005f605293de71d77d1bb9e12c
The following commit(s) were added to refs/heads/master by this push:
new 618408d75 doc: typos in test file.
618408d75 is described below
commit 618408d7507fb2005f605293de71d77d1bb9e12c
Author: Reuben Thomas <rrt@sc3d.org>
AuthorDate: Mon Apr 29 18:21:50 2024 -0700
doc: typos in test file.
From https://bugs.gnu.org/70557#23.
* t/vala-vapi.sh: typos.
---
t/vala-vapi.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/t/vala-vapi.sh b/t/vala-vapi.sh
index dfdb0a8e5..998371019 100644
--- a/t/vala-vapi.sh
+++ b/t/vala-vapi.sh
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-# Test and that vapi files are correctly handled by Vala support.
+# Test that vapi files are correctly handled by Vala support.
required='pkg-config valac cc GNUmake'
. test-init.sh
@@ -42,7 +42,7 @@ public class Zardoz {
}
END
-# Use printf, not echo, to avoid '\n' being considered and escape
+# Use printf, not echo, to avoid '\n' being considered an escape
# sequence and printed as a newline in 'foo.h'.
printf '%s\n' '#define BARBAR "Zardoz!\n"' > foo.h
@@ -78,7 +78,7 @@ cross_compiling || $MAKE test1 || exit 1
# Simple check on remake rules.
$sleep
-# Use printf, not echo, to avoid '\n' being considered and escape
+# Use printf, not echo, to avoid '\n' being considered an escape
# sequence and printed as a newline in 'foo.h'.
printf '%s\n' '#define BAZBAZ "Quux!\n"' > foo.h
sed 's/BARBAR/BAZBAZ/' zardoz.vala > t && mv -f t zardoz.vala || exit 99
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: doc: typos in test file.,
Karl Berry <=