summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-06-02 15:06:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-06-02 15:06:19 +0000
commitbb6f7077810acdfc483400a784dcae233a3fc159 (patch)
tree72178dd1a4600518c205f232511c81bf3722c970 /tests
parent7cb01d37bb9660bc25bdc66824c82f8bfc1909e8 (diff)
downloadtar-bb6f7077810acdfc483400a784dcae233a3fc159.tar.gz
Fix typo in the comment
Diffstat (limited to 'tests')
-rw-r--r--tests/long01.at2
1 files changed, 1 insertions, 1 deletions
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)])