summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2023-05-29 10:49:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2023-05-29 10:49:45 (GMT)
commit4c03aeaadd2a7bbc0cb5278b078c60bf5ea95957 (patch)
tree263a8179f2d540a78c8a3571a22e27d49da0e213
parent7988b3f1b6d6acf879c174eeb322700ea5a1e325 (diff)
downloadtcl-4c03aeaadd2a7bbc0cb5278b078c60bf5ea95957.zip
tcl-4c03aeaadd2a7bbc0cb5278b078c60bf5ea95957.tar.gz
tcl-4c03aeaadd2a7bbc0cb5278b078c60bf5ea95957.tar.bz2
Fix typo and outdated comment
-rw-r--r--doc/configurable.n2
-rw-r--r--generic/tclOOScript.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configurable.n b/doc/configurable.n
index ef888ed..0102f8c 100644
--- a/doc/configurable.n
+++ b/doc/configurable.n
@@ -146,7 +146,7 @@ so that they can be used by other code:
.TP
\fBoo::configuresupport::configurable\fR
.
-This is a class that provids the implementation of the \fBconfigure\fR method
+This is a class that provides the implementation of the \fBconfigure\fR method
(described above in \fBCONFIGURE METHOD\fR).
.TP
\fBoo::configuresupport::configurableclass\fR
diff --git a/generic/tclOOScript.h b/generic/tclOOScript.h
index 407e919..b7c1f1d 100644
--- a/generic/tclOOScript.h
+++ b/generic/tclOOScript.h
@@ -19,7 +19,7 @@
/*
* The scripted part of the definitions of TclOO.
*
- * Compiled from generic/tclOOScript.tcl by tools/makeHeader.tcl, which
+ * Compiled from tools/tclOOScript.tcl by tools/makeHeader.tcl, which
* contains the commented version of everything; *this* file is automatically
* generated.
*/