From: Sergey Poznyakoff Date: Fri, 2 Jun 2006 15:06:19 +0000 (+0000) Subject: Fix typo in the comment X-Git-Tag: alpha_1_15_91~68 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bb6f7077810acdfc483400a784dcae233a3fc159;p=debian%2Ftar Fix typo in the comment --- diff --git a/tests/long01.at b/tests/long01.at index cb2a34af..022c2ceb 100644 --- a/tests/long01.at +++ b/tests/long01.at @@ -28,7 +28,7 @@ AT_SETUP([long file names divisible by block size]) AT_KEYWORDS([longname long512]) -dnl Create a directory structure with maximum diractory name length 512-16 +dnl Create a directory structure with maximum directory name length 512-16 m4_define([NAME],[0123456789abcde]) m4_define([FULLNAME],NAME) m4_for([N],0,29,,[m4_define([FULLNAME],FULLNAME/NAME)])