summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2022-10-14 22:35:01 (GMT)
committergriffin <briang42@easystreet.net>2022-10-14 22:35:01 (GMT)
commit699ec9db36aee1d3bbba1ed943f6c33ca06b084a (patch)
tree86e77150f5ca77ec493083ef80ef7cd3ac324120 /doc
parentf72344d643d42871afe6a810ec6b8cb18e3d26e0 (diff)
parent6d004906276da0cdf24745a523dd66c46e8e0e17 (diff)
downloadtcl-699ec9db36aee1d3bbba1ed943f6c33ca06b084a.zip
tcl-699ec9db36aee1d3bbba1ed943f6c33ca06b084a.tar.gz
tcl-699ec9db36aee1d3bbba1ed943f6c33ca06b084a.tar.bz2
Sync with core-8-branch
Diffstat (limited to 'doc')
-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