From b0df891f28bb86a953e52c31bc782c9a325e8130 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 28 Jun 2012 17:50:20 +0200 Subject: [PATCH] tests init: typofixes in comments Signed-off-by: Stefano Lattarini --- t/ax/test-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/ax/test-init.sh b/t/ax/test-init.sh index a414e14..83fe6eb 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 -- 2.7.4