From: Reuben Thomas Date: Tue, 30 Apr 2024 01:21:50 +0000 (-0700) Subject: doc: typos in test file. X-Git-Tag: v1.16.90~10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=618408d7507fb2005f605293de71d77d1bb9e12c;p=thirdparty%2Fautomake.git doc: typos in test file. From https://bugs.gnu.org/70557#23. * t/vala-vapi.sh: typos. --- 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