about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2007-12-16 19:40:14 +0000
committerBart Schaefer <barts@users.sourceforge.net>2007-12-16 19:40:14 +0000
commitd14b6ba4b877b309375167133def47db3f07932a (patch)
treebf7519ee8a188944153533864bface4fc1af9dde
parent2d03aa87fbdd371209aa63869d42686338d6a96b (diff)
downloadzsh-d14b6ba4b877b309375167133def47db3f07932a.tar.gz
zsh-d14b6ba4b877b309375167133def47db3f07932a.tar.xz
zsh-d14b6ba4b877b309375167133def47db3f07932a.zip
Typo in 24264.
-rw-r--r--Doc/Zsh/expn.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 1b43117c2..312e9139a 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -788,7 +788,7 @@ This forces the value of the parameter var(name) to be interpreted as a
 further parameter name, whose value will be used where appropriate.
 Note that flags set with one of the tt(typeset) family of commands
 (in particular case transformations) are not applied to the value of
-var(name) used in htis fashion.
+var(name) used in this fashion.
 
 If used with a nested parameter or command substitution, the result of that
 will be taken as a parameter name in the same way.  For example, if you