summaryrefslogtreecommitdiffstats
path: root/doc/configurable.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2023-05-01 14:07:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2023-05-01 14:07:59 (GMT)
commit75554201664b7e701f13d53c97aa385cd1ff0114 (patch)
tree9beab2c0cca5f8d1978d21b9ade59cd09e149ec4 /doc/configurable.n
parent10c71dc8b9b6b31ccb669be71f22adafdddfce6e (diff)
downloadtcl-75554201664b7e701f13d53c97aa385cd1ff0114.zip
tcl-75554201664b7e701f13d53c97aa385cd1ff0114.tar.gz
tcl-75554201664b7e701f13d53c97aa385cd1ff0114.tar.bz2
Add doc comments, fix a typo in a manpage
Diffstat (limited to 'doc/configurable.n')
-rw-r--r--doc/configurable.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configurable.n b/doc/configurable.n
index dd1e09e..6477894 100644
--- a/doc/configurable.n
+++ b/doc/configurable.n
@@ -62,7 +62,7 @@ If passed no additional arguments, the \fBconfigure\fR method returns an
alphabetically sorted dictionary of all \fIreadable\fR and \fIread-write\fR
properties and their current values.
.PP
-If passed a single addiional argument, that argument to the \fBconfigure\fR
+If passed a single additional argument, that argument to the \fBconfigure\fR
method must be the name of a property to read (or an unambiguous prefix
thereof); its value is returned.
.PP