diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2009-10-21 15:13:15 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2009-10-21 15:13:15 (GMT) |
| commit | aa27188fe15265204226ba3dba2e8b840342c91c (patch) | |
| tree | 009da5aaccb0b6cabee18f04cfde28f3d3cedbdb | |
| parent | 2cc2e6af6717563cc0cc7b3f5ce001c8fde0379c (diff) | |
| download | tcl-aa27188fe15265204226ba3dba2e8b840342c91c.zip tcl-aa27188fe15265204226ba3dba2e8b840342c91c.tar.gz tcl-aa27188fe15265204226ba3dba2e8b840342c91c.tar.bz2 | |
Typo
| -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 |
