summaryrefslogtreecommitdiffstats
path: root/doc/expr.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-02-18 18:42:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-02-18 18:42:54 (GMT)
commit475f0a8175985720308c9bab76a562dce37c093d (patch)
treea3489f593be45dcdc85f47a1807f3b42fa81375b /doc/expr.n
parent3031f5eb437a0fc9fc149360e11e7b496ed14149 (diff)
downloadtcl-475f0a8175985720308c9bab76a562dce37c093d.zip
tcl-475f0a8175985720308c9bab76a562dce37c093d.tar.gz
tcl-475f0a8175985720308c9bab76a562dce37c093d.tar.bz2
Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.
Diffstat (limited to 'doc/expr.n')
-rw-r--r--doc/expr.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/expr.n b/doc/expr.n
index d84f384..c206d74 100644
--- a/doc/expr.n
+++ b/doc/expr.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: expr.n,v 1.23 2006/08/09 10:06:28 dkf Exp $
+'\" RCS: @(#) $Id: expr.n,v 1.24 2007/02/18 18:42:54 dkf Exp $
'\"
.so man.macros
.TH expr n 8.5 Tcl "Tcl Built-In Commands"
@@ -247,7 +247,7 @@ integer calculations are performed exactly. Note that in Tcl releases
prior to 8.5, integer calculations were performed with one of the C types
\fIlong int\fR or \fITcl_WideInt\fR, causing implicit range truncation
in those calculations where values overflowed the range of those types.
-Any code that relied on these implicit trunctions will need to explicitly
+Any code that relied on these implicit truncations will need to explicitly
add \fBint()\fR or \fBwide()\fR function calls to expressions at the points
where such truncation is required to take place.
.VE 8.5