diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-10 21:11:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-10 21:11:50 (GMT) |
commit | 656b75175892399244ede8cdbace750d85803657 (patch) | |
tree | af98a345664f6c8141cb6329b620715a863c032f /generic/tkObj.c | |
parent | 615e000197cc0df47749bb85205efc04d7c14d0f (diff) | |
parent | f6715923b8e582240ab916b3a1432af4cc1ecc56 (diff) | |
download | tk-656b75175892399244ede8cdbace750d85803657.zip tk-656b75175892399244ede8cdbace750d85803657.tar.gz tk-656b75175892399244ede8cdbace750d85803657.tar.bz2 |
Merge 8.6
Diffstat (limited to 'generic/tkObj.c')
-rw-r--r-- | generic/tkObj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkObj.c b/generic/tkObj.c index 1577be9..bc9b58d 100644 --- a/generic/tkObj.c +++ b/generic/tkObj.c @@ -1055,8 +1055,8 @@ FreeWindowInternalRep( * * Tk_NewWindowObj -- * - * This function allocates a new Tcl_Obj that refers to a particular to a - * particular Tk window. + * This function allocates a new Tcl_Obj that refers to a particular + * Tk window. * * Results: * A standard Tcl object reference, with refcount 0. |