summaryrefslogtreecommitdiffstats
path: root/doc/lset.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-10-21 15:13:14 (GMT)
committerdkf <dkf@noemail.net>2009-10-21 15:13:14 (GMT)
commit4753c38cba85adc95c45a0d5f6fbc3ab863c1d12 (patch)
tree009da5aaccb0b6cabee18f04cfde28f3d3cedbdb /doc/lset.n
parent21e7d2294a4e0def40a6a386bba8d13147261939 (diff)
downloadtcl-4753c38cba85adc95c45a0d5f6fbc3ab863c1d12.zip
tcl-4753c38cba85adc95c45a0d5f6fbc3ab863c1d12.tar.gz
tcl-4753c38cba85adc95c45a0d5f6fbc3ab863c1d12.tar.bz2
Typo
FossilOrigin-Name: 8689bd148aa0b428ae8895a970bd89596c70e413
Diffstat (limited to 'doc/lset.n')
-rwxr-xr-xdoc/lset.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lset.n b/doc/lset.n
index 74d47e6..dfc3d2b 100755
--- a/doc/lset.n
+++ b/doc/lset.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: lset.n,v 1.19 2008/10/17 10:22:25 dkf Exp $
+'\" RCS: @(#) $Id: lset.n,v 1.20 2009/10/21 15:13:15 dkf Exp $
'\"
.so man.macros
.TH lset n 8.4 Tcl "Tcl Built-In Commands"
@@ -56,7 +56,7 @@ command.
If \fIindex\fR is negative or greater than the number
of elements in \fI$varName\fR, then an error occurs.
.PP
-If \fIindex\fR is equal to the numnber of elements in \fI$varName\fR,
+If \fIindex\fR is equal to the number of elements in \fI$varName\fR,
then the given element is appended to the list.
.PP
The interpretation of each simple \fIindex\fR value is the same as