about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-07-24 17:55:38 +0000
committerClint Adams <clint@users.sourceforge.net>2002-07-24 17:55:38 +0000
commit4642fceebe71753856bc1243c555bcdc4cba0639 (patch)
treec43cdc3f76d83b9d6be553ccbecd7e47396f1c79 /Doc
parenta4d0b99477d9a82cbdbb8808f6184073f9ed162f (diff)
downloadzsh-4642fceebe71753856bc1243c555bcdc4cba0639.tar.gz
zsh-4642fceebe71753856bc1243c555bcdc4cba0639.tar.xz
zsh-4642fceebe71753856bc1243c555bcdc4cba0639.zip
17479: fix typo noticed by Martin Pool.
Diffstat (limited to 'Doc')
-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 3b1c55ce2..20456b924 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(var) and returning a
+both assigning the value 3 to the shell variable tt(val) and returning a
 zero status.
 
 cindex(arithmetic base)