summaryrefslogtreecommitdiffstats
path: root/doc/expr.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-14 14:40:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-14 14:40:27 (GMT)
commit20af6b5bdd79037a7dc053dcc37c183262ed8018 (patch)
tree676f35f044f30951f5a88a7efea7e632fa472a6a /doc/expr.n
parente960c97fadd45f3b9a938716d996ff5588c28558 (diff)
downloadtcl-20af6b5bdd79037a7dc053dcc37c183262ed8018.zip
tcl-20af6b5bdd79037a7dc053dcc37c183262ed8018.tar.gz
tcl-20af6b5bdd79037a7dc053dcc37c183262ed8018.tar.bz2
typo
Diffstat (limited to 'doc/expr.n')
-rw-r--r--doc/expr.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/expr.n b/doc/expr.n
index 490217c..d003a30 100644
--- a/doc/expr.n
+++ b/doc/expr.n
@@ -50,7 +50,7 @@ the end of the expression, whichever comes first.
.PP
An expression consists of a combination of operands, operators, parentheses and
commas, possibly with whitespace between any of these elements, which is
-ignored. Each operand is intepreted as a numeric value if at all possible.
+ignored. Each operand is interpreted as a numeric value if at all possible.
.PP
Each operand has one of the following forms:
.RS