about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2020-03-06 20:14:21 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2020-03-06 20:14:21 +0900
commitdd85abe825065f95ad568a235be1f280855100ab (patch)
tree4a4590c4e3e772aca6fc13401eadb357f64175d4
parent273da6cc5f58c4a99399c37ad5faf09924119fea (diff)
downloadzsh-dd85abe825065f95ad568a235be1f280855100ab.tar.gz
zsh-dd85abe825065f95ad568a235be1f280855100ab.tar.xz
zsh-dd85abe825065f95ad568a235be1f280855100ab.zip
45509: fix typos in B01cd.ztst
-rw-r--r--ChangeLog2
-rw-r--r--Test/B01cd.ztst6
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6735e224b..8113dd29d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2020-03-06  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
+	* 45509: Test/B01cd.ztst: Fix typos.
+
 	* 45490 (+45495 and a test): .gitignore,
 	Src/Builtins/rlimits.awk, Src/Builtins/rlimits.c,
 	Src/Builtins/rlimits.mdd, Test/B12limit.ztst, configure.ac:
diff --git a/Test/B01cd.ztst b/Test/B01cd.ztst
index d903b7462..21e751dcb 100644
--- a/Test/B01cd.ztst
+++ b/Test/B01cd.ztst
@@ -70,7 +70,7 @@
 # the expected status returned by the code when run, or - if it is
 # irrelevant.  An optional set of single-letter flags follows the status
 # or -.  The following are understood:
-#  . d  Don't diff stdout against the expected stdout.
+#   d   Don't diff stdout against the expected stdout.
 #   D   Don't diff stderr against the expected stderr.
 #   q   All redirection lines given in the test script (not the lines
 #       actually produced by the test) are subject to ordinary quoted shell
@@ -96,8 +96,8 @@
 # itself.  (The example below isn't particularly useful as errors with
 # `cd' are unusual.)
 #
-# A couple of features aren't used in this file, but are usefuil in cases
-# where features may not be available so should not be tested.  They boh
+# A couple of features aren't used in this file, but are useful in cases
+# where features may not be available so should not be tested.  They both
 # take the form of variables.  Note that to keep the test framework simple
 # there is no magic in setting the variables: the chunk of code being
 # executed needs to avoid executing any test code by appropriate structure