about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/A01grammar.ztst2
-rw-r--r--Test/B12limit.ztst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst
index c114ff103..ac39a4eea 100644
--- a/Test/A01grammar.ztst
+++ b/Test/A01grammar.ztst
@@ -922,7 +922,7 @@ F:Note that the behaviour of 'exit' inside try-list inside a function is unspeci
   x=1
   x=2 | echo $x
   echo $x
-0:Assignment-only current shell commands in LHS of pipelin
+0:Assignment-only current shell commands in LHS of pipeline
 >1
 >1
 
diff --git a/Test/B12limit.ztst b/Test/B12limit.ztst
index 48d33e6e3..9dce59824 100644
--- a/Test/B12limit.ztst
+++ b/Test/B12limit.ztst
@@ -11,7 +11,7 @@
 %test
 
  limit | grep UNKNOWN || print OK
-0:Check if there is unknown resouce(s) in the system
+0:Check if there is unknown resource(s) in the system
 >OK
 F:A failure here does not indicate any error in zsh. It just means there
 F:is a resource in your system that is unknown to zsh developers. Please