diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-05-12 10:17:58 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-05-12 10:17:58 +0000 |
commit | 9ecfa0842b73bb3b1253b2e95110f9b7ce91335f (patch) | |
tree | ab36a15f0ea0a7b29e96cf3004a13a4349fd7826 /Doc/Zsh/params.yo | |
parent | 09960dc5b966fb1a1c20a0af654165e5981a999b (diff) | |
download | zsh-9ecfa0842b73bb3b1253b2e95110f9b7ce91335f.tar.gz zsh-9ecfa0842b73bb3b1253b2e95110f9b7ce91335f.tar.xz zsh-9ecfa0842b73bb3b1253b2e95110f9b7ce91335f.zip |
unposted: fix typo in previous commit
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r-- | Doc/Zsh/params.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 55d5cda6a..817731fb0 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -806,7 +806,7 @@ code. item(tt(zpty))( Code executed by the tt(zpty) builtin from the tt(zsh/zpty) module. ) -item(tt(zregesparse-guard))( +item(tt(zregexparse-guard))( Code executed as a guard by the tt(zregexparse) command from the tt(zsh/zutil) module. ) |