From 1224a4ef1d9a983cd45de42b466bda8d919446be Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 28 Apr 2024 20:42:20 +0200 Subject: [PATCH 2/3] vala: fix some English in test comments --- 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.34.1