From: Sergey Poznyakoff Date: Fri, 2 Jun 2006 15:06:19 +0000 (+0000) Subject: Fix typo in the comment X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=bb6f7077810acdfc483400a784dcae233a3fc159 Fix typo in the comment --- diff --git a/tests/long01.at b/tests/long01.at index cb2a34a..022c2ce 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)])