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 /unix/tkUnixDialog.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 'unix/tkUnixDialog.c')
-rw-r--r-- | unix/tkUnixDialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixDialog.c b/unix/tkUnixDialog.c index 66f88dc..0109cb7 100644 --- a/unix/tkUnixDialog.c +++ b/unix/tkUnixDialog.c @@ -166,7 +166,7 @@ Tk_GetSaveFileObjCmd( * See user documentation. * * Side effects: - * None. The MessageBox window will be destroy before this procedure + * None. The MessageBox window will be destroyed before this procedure * returns. * *---------------------------------------------------------------------- |