summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-10 21:11:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-10 21:11:50 (GMT)
commit656b75175892399244ede8cdbace750d85803657 (patch)
treeaf98a345664f6c8141cb6329b620715a863c032f /win/tkWinDialog.c
parent615e000197cc0df47749bb85205efc04d7c14d0f (diff)
parentf6715923b8e582240ab916b3a1432af4cc1ecc56 (diff)
downloadtk-656b75175892399244ede8cdbace750d85803657.zip
tk-656b75175892399244ede8cdbace750d85803657.tar.gz
tk-656b75175892399244ede8cdbace750d85803657.tar.bz2
Merge 8.6
Diffstat (limited to 'win/tkWinDialog.c')
-rw-r--r--win/tkWinDialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c
index 0bfc7f1..ac2bf20 100644
--- a/win/tkWinDialog.c
+++ b/win/tkWinDialog.c
@@ -1840,7 +1840,7 @@ GetFileName(
*
* OFNHookProc --
*
- * Dialog box hook function. This is used to sets the "tk_dialog"
+ * Dialog box hook function. This is used to set the "tk_dialog"
* variable for test/debugging when the dialog is ready to receive
* messages. When multiple file selection is enabled this function
* is used to process the list of names.
@@ -2719,7 +2719,7 @@ ChooseDirectoryValidateProc(
* See user documentation.
*
* Side effects:
- * None. The MessageBox window will be destroy before this function
+ * None. The MessageBox window will be destroyed before this function
* returns.
*
*----------------------------------------------------------------------