about summary refs log tree commit diff
path: root/Doc/Zsh/arith.yo
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-10-06 17:39:09 +0000
committerClint Adams <clint@users.sourceforge.net>2001-10-06 17:39:09 +0000
commit99b7512cd9d86809a7bb175c7a62f9083569efad (patch)
tree0ffa6703c7c300756e1b57fd40ee500c20fc25d2 /Doc/Zsh/arith.yo
parent2dcb35efe04559d7cdede22f507189329020ab10 (diff)
downloadzsh-99b7512cd9d86809a7bb175c7a62f9083569efad.tar.gz
zsh-99b7512cd9d86809a7bb175c7a62f9083569efad.tar.xz
zsh-99b7512cd9d86809a7bb175c7a62f9083569efad.zip
Norbert Koch: 15954: fix variable name inconsistency
Diffstat (limited to 'Doc/Zsh/arith.yo')
-rw-r--r--Doc/Zsh/arith.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/arith.yo b/Doc/Zsh/arith.yo
index 2f601057e..3b1c55ce2 100644
--- a/Doc/Zsh/arith.yo
+++ b/Doc/Zsh/arith.yo
@@ -29,7 +29,7 @@ is equivalent to
 
 example(let "val = 2 + 1")
 
-both assigning the value 3 to the shell variable tt(foo) and returning a
+both assigning the value 3 to the shell variable tt(var) and returning a
 zero status.
 
 cindex(arithmetic base)