diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-21 15:13:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-21 15:13:15 (GMT) |
commit | 0fca0c346fbe4fb05578bffffc93048a9e0db914 (patch) | |
tree | 009da5aaccb0b6cabee18f04cfde28f3d3cedbdb /doc/lset.n | |
parent | 5be98e8c4e3aa5d4c7c98af3b165e62e7be15d7e (diff) | |
download | tcl-0fca0c346fbe4fb05578bffffc93048a9e0db914.zip tcl-0fca0c346fbe4fb05578bffffc93048a9e0db914.tar.gz tcl-0fca0c346fbe4fb05578bffffc93048a9e0db914.tar.bz2 |
Typo
Diffstat (limited to 'doc/lset.n')
-rwxr-xr-x | doc/lset.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |