From 618408d7507fb2005f605293de71d77d1bb9e12c Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 29 Apr 2024 18:21:50 -0700 Subject: [PATCH] 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 . -# 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 -- 2.47.2