Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] Fix typo on doc of SHIN_STDIN



This patch correct the typo in "wheter on not" to "wheter or not".

Signed-off-by: Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx>
---
 Doc/Zsh/options.yo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 8a0222c..359ecb9 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -2248,7 +2248,7 @@ taken as a file to run will instead be treated as a normal positional
 parameter.
 Note that setting or unsetting this option on the command line does not
 necessarily affect the state the option will have while the shell is
-running - that is purely an indicator of whether on not commands are
+running - that is purely an indicator of whether or not commands are
 em(actually) being read from standard input.
 The value of this option can only be changed via flags supplied at
 invocation of the shell.
-- 
1.9.3



Messages sorted by: Reverse Date, Date, Thread, Author