about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-13 19:06:59 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-13 19:06:59 +0000
commitf83b8fe5fc71b6a717ec579a333035f12abae597 (patch)
tree30b9cd27b59910001ef0fa57d09c4b739a57f554 /Etc
parent0964ce61859fdcf29c0d35f138e1fe8aa7b82133 (diff)
downloadzsh-f83b8fe5fc71b6a717ec579a333035f12abae597.tar.gz
zsh-f83b8fe5fc71b6a717ec579a333035f12abae597.tar.xz
zsh-f83b8fe5fc71b6a717ec579a333035f12abae597.zip
zsh-workers/9024
Diffstat (limited to 'Etc')
-rw-r--r--Etc/zsh-development-guide2
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide
index 9ce721d54..75a82bd35 100644
--- a/Etc/zsh-development-guide
+++ b/Etc/zsh-development-guide
@@ -47,7 +47,7 @@ Testing
   a wide range of human and artificial life, it is very difficult to
   test the shell thoroughly.  For this purpose, the Test subdirectory
   exists.  It consists of a driver script (ztst.zsh) and various test
-  files (*.ztst) in a format which is described in cd.ztst, which acts
+  files (*.ztst) in a format which is described in 50cd.ztst, which acts
   as a template.  It is designed to make it easy to provide input to
   chunks of shell code and to test the corresponding standard output,
   error output and exit status.