From: Stefano Lattarini Date: Thu, 28 Jun 2012 15:50:20 +0000 (+0200) Subject: tests init: typofixes in comments X-Git-Tag: v1.12.2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0df891f28bb86a953e52c31bc782c9a325e8130;p=thirdparty%2Fautomake.git tests init: typofixes in comments Signed-off-by: Stefano Lattarini --- diff --git a/t/ax/test-init.sh b/t/ax/test-init.sh index a414e1459..83fe6eb86 100644 --- a/t/ax/test-init.sh +++ b/t/ax/test-init.sh @@ -1003,7 +1003,7 @@ else test -d t || mkdir t mkdir $testSubDir \ || framework_failure_ "creating test subdirectory" - # The trailing './'ris to avoid CDPATH issues. + # The leading './' is to avoid CDPATH issues. cd ./$testSubDir \ || framework_failure_ "cannot chdir into test subdirectory" if test x"$am_create_testdir" != x"empty"; then